From 092bcca5f7248314a3478dc340df641db8f299a3 Mon Sep 17 00:00:00 2001 From: jani Date: Mon, 23 Jun 2003 22:21:51 +0000 Subject: [PATCH] C comment style for this line.Again :) --- src/core/pbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/pbuf.c b/src/core/pbuf.c index 05c6f560..b42bac14 100644 --- a/src/core/pbuf.c +++ b/src/core/pbuf.c @@ -300,7 +300,7 @@ pbuf_alloc(pbuf_layer l, u16_t length, pbuf_flag flag) r = q; } /* end of chain */ - //r->next = NULL; + /*r->next = NULL;*/ break; case PBUF_RAM: