From fbc0ce921496f63eb0f3e98e46fe5ef7acdec95e Mon Sep 17 00:00:00 2001 From: jani Date: Wed, 8 Oct 2003 10:01:40 +0000 Subject: [PATCH] close comment.it does not build otherwise --- src/core/netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/netif.c b/src/core/netif.c index 0d3e3e04..cb3c5c48 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -202,7 +202,7 @@ netif_set_ipaddr(struct netif *netif, struct ip_addr *ipaddr) /* PCB bound to current local interface address? */ if (ip_addr_cmp(&(lpcb->local_ip), &(netif->ip_addr))) { /* The PCB is listening to the old ipaddr and - * is set to listen to the new one instead + * is set to listen to the new one instead */ ip_addr_set(&(lpcb->local_ip), ipaddr); } }