Fix a typo - why the hell does clang not complain? Why the hell does it even compile with clang...

This commit is contained in:
Wolfgang Bumiller 2013-01-11 20:04:46 +01:00
parent 5231279113
commit 199ed6c31f

View file

@ -51,7 +51,7 @@
/* Full version string in case we need it */ /* Full version string in case we need it */
#ifdef GMQCC_GITINFO #ifdef GMQCC_GITINFO
# define GMQCC_DEV_VERSION_STRING "git build: " GMQCC_GITINFO "\n" # 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" # define GMQCC_DEV_VERSION_STRING "development build\n"
#else #else
# define GMQCC_DEV_VERSION_STRING # define GMQCC_DEV_VERSION_STRING