From 0b8b9e803357f2bc40d8dabf408b205a5f4ba97e Mon Sep 17 00:00:00 2001 From: marcbou Date: Thu, 16 Aug 2007 20:41:56 +0000 Subject: [PATCH] Changed // style comment to /* style */ comment. --- src/core/ipv4/autoip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv4/autoip.c b/src/core/ipv4/autoip.c index 53f8649e..2d2a1042 100644 --- a/src/core/ipv4/autoip.c +++ b/src/core/ipv4/autoip.c @@ -111,7 +111,7 @@ static void autoip_handle_arp_conflict(struct netif *netif) { /* Somehow detect if we are defending or retreating */ - unsigned char defend = 1; // tbd + unsigned char defend = 1; /* tbd */ if(defend) { if(netif->autoip->lastconflict > 0) {