mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Fixed missing end-of-comment.
This commit is contained in:
parent
99dfbfeef0
commit
ea3b0fc477
@ -531,7 +531,7 @@ struct dhcp_state *dhcp_start(struct netif *netif)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* proceed to the last DHCP client state
|
/* proceed to the last DHCP client state */
|
||||||
while (list_state->next != NULL) list_state = list_state->next;
|
while (list_state->next != NULL) list_state = list_state->next;
|
||||||
list_state->next = state;
|
list_state->next = state;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user