src/server/util/netbuf.c

changeset 52
aced2245fb1c
parent 24
1a7853a4257e
child 211
2160585200ac
--- a/src/server/util/netbuf.c	Thu Feb 28 20:00:05 2013 +0100
+++ b/src/server/util/netbuf.c	Fri Mar 01 21:15:52 2013 +0100
@@ -161,7 +161,7 @@
 
 NSAPI_PUBLIC int netbuf_grab(netbuf *buf, int sz) {
     int n;
-
+    
     if(!buf->inbuf) {
         buf->inbuf = (unsigned char *) malloc(sz);
         buf->maxsize = sz;

mercurial