From: Jeremy Tan Date: Sun, 3 Nov 2013 10:25:20 +0000 (+0800) Subject: Hmm, probably don't want the comment like that! X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=f0aef34c5b62fa7bbe14a0a758e538f4240b9901;hp=3521cee9644bd955fd053c5b4ea173efd1e78fe8;p=matches%2FMCTX3420.git Hmm, probably don't want the comment like that! --- diff --git a/server/data.h b/server/data.h index 188f5aa..6158abe 100644 --- a/server/data.h +++ b/server/data.h @@ -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"