Browse Source

Fixed missing end-of-comment.

STABLE-2_1_x
likewise 24 years ago
parent
commit
ea3b0fc477
  1. 2
      src/core/dhcp.c

2
src/core/dhcp.c

@ -531,7 +531,7 @@ struct dhcp_state *dhcp_start(struct netif *netif)
}
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;
list_state->next = state;
}

Loading…
Cancel
Save