Hmm, probably don't want the comment like that!
authorJeremy Tan <[email protected]>
Sun, 3 Nov 2013 10:25:20 +0000 (18:25 +0800)
committerJeremy Tan <[email protected]>
Sun, 3 Nov 2013 10:25:20 +0000 (18:25 +0800)
server/data.h

index 188f5aa..6158abe 100644 (file)
@@ -6,7 +6,8 @@
 #ifndef _DATAPOINT_H
 #define _DATAPOINT_H
 
-#define DATA_BUFSIZ 10 /** Size to use for DataPoint buffers (TODO: Optimise) **/
+/** Size to use for DataPoint buffers (TODO: Optimise) **/
+#define DATA_BUFSIZ 10 
 
 
 #include "common.h"

UCC git Repository :: git.ucc.asn.au