From 199ed6c31ff84e564ed665da5e12cbd99fcf4126 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 11 Jan 2013 20:04:46 +0100 Subject: [PATCH] Fix a typo - why the hell does clang not complain? Why the hell does it even compile with clang... --- gmqcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmqcc.h b/gmqcc.h index f0d5c99..553197a 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -51,7 +51,7 @@ /* Full version string in case we need it */ #ifdef GMQCC_GITINFO # define GMQCC_DEV_VERSION_STRING "git build: " GMQCC_GITINFO "\n" -#elif defined(GMQCC_VERSION_TYPE_DEVEL +#elif defined(GMQCC_VERSION_TYPE_DEVEL) # define GMQCC_DEV_VERSION_STRING "development build\n" #else # define GMQCC_DEV_VERSION_STRING -- 2.39.2