From 35ef1e1b86c86d118ec89d7c4e1d23c56ec89100 Mon Sep 17 00:00:00 2001 From: jani Date: Thu, 20 Feb 2003 11:48:13 +0000 Subject: [PATCH] fix compiler error --- src/include/lwip/dhcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/dhcp.h b/src/include/lwip/dhcp.h index 0c848419..5fa7fd1f 100644 --- a/src/include/lwip/dhcp.h +++ b/src/include/lwip/dhcp.h @@ -29,7 +29,7 @@ struct dhcp struct dhcp_msg *msg_in; /** incoming msg options */ struct dhcp_msg *options_in; - ** ingoing msg options length */ + /** ingoing msg options length */ u16_t options_in_len; struct pbuf *p_out; // pbuf of outcoming msg