From a17730d630da124b27be7af5fb9496d602645c32 Mon Sep 17 00:00:00 2001 From: Ethan Sommer Date: Thu, 28 May 2020 21:52:23 -0400 Subject: remove unneeded ; after GLOBALS --- toys/pending/dd.c | 2 +- toys/pending/dhcpd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/pending') diff --git a/toys/pending/dd.c b/toys/pending/dd.c index 5b624fd7..7de91825 100644 --- a/toys/pending/dd.c +++ b/toys/pending/dd.c @@ -59,7 +59,7 @@ GLOBALS( unsigned long long offset; } in, out; unsigned conv, iflag, oflag; -); +) struct dd_flag { char *name; 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; -- cgit v1.2.3