From 8b65d18653bb7a5c7aba714de0767a1e93ef78c1 Mon Sep 17 00:00:00 2001 From: sr Date: Fri, 26 Jul 2013 18:42:52 +0200 Subject: [SERVER] Still working on the uplink... Almost there --- src/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 56f328b..8800b53 100644 --- a/src/types.h +++ b/src/types.h @@ -27,10 +27,10 @@ #endif #ifndef TRUE -#define TRUE (1) +#define TRUE 1 #endif #ifndef FALSE -#define FALSE (0) +#define FALSE 0 #endif #ifndef MIN -- cgit v1.2.3-55-g7522