From 5f7831b3c847ddad3a3452eacef1a877282a8021 Mon Sep 17 00:00:00 2001 From: fbernon Date: Wed, 13 Jun 2007 09:04:03 +0000 Subject: [PATCH] Minor fix (comment is not at the good place) --- src/include/lwip/dhcp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/lwip/dhcp.h b/src/include/lwip/dhcp.h index 6106fc9e..8e5c8d2b 100644 --- a/src/include/lwip/dhcp.h +++ b/src/include/lwip/dhcp.h @@ -54,12 +54,12 @@ struct dhcp u32_t offered_t0_lease; /* lease period (in seconds) */ u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */ u32_t offered_t2_rebind; /* recommended rebind time (usually 66% of lease period) */ -/** Patch #1308 - * TODO: See dhcp.c "TODO"s - */ #if LWIP_DHCP_AUTOIP_COOP u8_t autoip_coop_state; #endif +/** Patch #1308 + * TODO: See dhcp.c "TODO"s + */ #if 0 struct ip_addr offered_si_addr; u8_t *boot_file_name;