From d59819620b65241cdb893b65989723c9b37c0202 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Thu, 7 Jun 2012 10:20:54 -0400 Subject: [PATCH] s/\t/ /g --- gmqcc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ /* -- 2.39.2