From: Dale Weiler Date: Thu, 7 Jun 2012 14:20:54 +0000 (-0400) Subject: s/\t/ /g X-Git-Tag: 0.1-rc1~485^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d59819620b65241cdb893b65989723c9b37c0202;p=xonotic%2Fgmqcc.git s/\t/ /g --- diff --git a/gmqcc.h b/gmqcc.h index 6b5fddb..27597f4 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -56,8 +56,8 @@ # if __STDC_VERSION__ < 199901L && __GNUC__ < 3 typedef int _Bool # else - typedef _Bool bool; -# endif + typedef _Bool bool; +# endif # endif /* !__cplusplus */ /*