[Dnsmasq-discuss] [PATCH] src/dnsmasq.c: Labeled a lonely #endif

Geert Stappers stappers at stappers.nl
Sun Apr 5 17:07:45 BST 2020


From: Geert Stappers <stappers at stappers.nl>

Because the opening `#ifdef` is faraway.

Also removed empty lines at the end of file.
---
 src/dnsmasq.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/dnsmasq.c b/src/dnsmasq.c
index 0f73782..878167c 100644
--- a/src/dnsmasq.c
+++ b/src/dnsmasq.c
@@ -2112,6 +2112,4 @@ int delay_dhcp(time_t start, int sec, int fd, uint32_t addr, unsigned short id)
 
   return 0;
 }
-#endif
-
- 
+#endif /* HAVE_DHCP */
-- 
2.25.1




More information about the Dnsmasq-discuss mailing list