]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Fix a typo - why the hell does clang not complain? Why the hell does it even compile...
authorWolfgang Bumiller <blub@speed.at>
Fri, 11 Jan 2013 19:04:46 +0000 (20:04 +0100)
committerWolfgang Bumiller <blub@speed.at>
Fri, 11 Jan 2013 19:04:46 +0000 (20:04 +0100)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index f0d5c99c0f544e4019382b432223a73711362e86..553197ab6b997c062db38abc328b424aaec1e7df 100644 (file)
--- 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