From 9b92f4c882adface01d3021625c72aca6723d8ef Mon Sep 17 00:00:00 2001 From: fbernon Date: Tue, 4 Mar 2008 14:25:58 +0000 Subject: [PATCH] dhcp.c: minor change for coding style --- src/core/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dhcp.c b/src/core/dhcp.c index 5d1395eb..e86060cf 100644 --- a/src/core/dhcp.c +++ b/src/core/dhcp.c @@ -102,7 +102,7 @@ static void dhcp_check(struct netif *netif); static void dhcp_bind(struct netif *netif); #if DHCP_DOES_ARP_CHECK static err_t dhcp_decline(struct netif *netif); -#endif +#endif /* DHCP_DOES_ARP_CHECK */ static err_t dhcp_rebind(struct netif *netif); static void dhcp_set_state(struct dhcp *dhcp, u8_t new_state);