fix compiler error

This commit is contained in:
jani 2003-02-20 11:48:13 +00:00
parent d8d787545e
commit 35ef1e1b86

View File

@ -29,7 +29,7 @@ struct dhcp
struct dhcp_msg *msg_in; struct dhcp_msg *msg_in;
/** incoming msg options */ /** incoming msg options */
struct dhcp_msg *options_in; struct dhcp_msg *options_in;
** ingoing msg options length */ /** ingoing msg options length */
u16_t options_in_len; u16_t options_in_len;
struct pbuf *p_out; // pbuf of outcoming msg struct pbuf *p_out; // pbuf of outcoming msg