mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Fix a typo - why the hell does clang not complain? Why the hell does it even compile with clang...
This commit is contained in:
parent
5231279113
commit
199ed6c31f
1 changed files with 1 additions and 1 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue