From: Wolfgang Bumiller Date: Fri, 11 Jan 2013 19:04:46 +0000 (+0100) Subject: Fix a typo - why the hell does clang not complain? Why the hell does it even compile... X-Git-Tag: before-library~306 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=199ed6c31ff84e564ed665da5e12cbd99fcf4126;ds=sidebyside Fix a typo - why the hell does clang not complain? Why the hell does it even compile with clang... --- 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