aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/dhcpd.c
diff options
context:
space:
mode:
authorEthan Sommer <e5ten.arch@gmail.com>2020-05-28 21:52:23 -0400
committerRob Landley <rob@landley.net>2020-05-28 21:55:39 -0500
commita17730d630da124b27be7af5fb9496d602645c32 (patch)
tree4c2c771c4578b376b6f99da60b2a04f08ca4ea4b /toys/pending/dhcpd.c
parente0f2912739ec7aa23b1cfde0a69bf9c37c5964f6 (diff)
downloadtoybox-a17730d630da124b27be7af5fb9496d602645c32.tar.gz
remove unneeded ; after GLOBALS
Diffstat (limited to 'toys/pending/dhcpd.c')
-rw-r--r--toys/pending/dhcpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/dhcpd.c b/toys/pending/dhcpd.c
index 8c5ad3df..4e79ca06 100644
--- a/toys/pending/dhcpd.c
+++ b/toys/pending/dhcpd.c
@@ -125,7 +125,7 @@ config DEBUG_DHCP
GLOBALS(
char *iface;
long port;
-);
+)
struct config_keyword {
char *keyword;