stuff
[oweals/gnunet.git] / src / transport / gnunet-transport-wlan-helper.h
index fb347b8c0c150c57b91834ace341ad1e884a3844..9cdff24e2be743f70ca041913e883ff3485bb375 100644 (file)
@@ -67,7 +67,7 @@ struct sendbuf
 {
   unsigned int pos;
   unsigned int size;
-  unsigned char buf[MAXLINE * 2];
+  char buf[MAXLINE * 2];
 };