From ea3b0fc4775c7712d06820463e422dd4fa48bb45 Mon Sep 17 00:00:00 2001 From: likewise Date: Mon, 2 Dec 2002 13:11:04 +0000 Subject: [PATCH] Fixed missing end-of-comment. --- src/core/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dhcp.c b/src/core/dhcp.c index b41864cb..fa632b84 100644 --- a/src/core/dhcp.c +++ b/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; }