mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Empty string, not "<null>"
This commit is contained in:
parent
8c6f4c3fc3
commit
18c317a787
1 changed files with 1 additions and 2 deletions
3
gmqcc.h
3
gmqcc.h
|
@ -1139,10 +1139,9 @@ GMQCC_USED static const char *opts_options_descriptions[] = {
|
|||
# define GMQCC_TYPE_OPTIONS
|
||||
# define GMQCC_DEFINE_FLAG(X, Y) Y,
|
||||
# include "opts.def"
|
||||
"<null>"
|
||||
""
|
||||
};
|
||||
|
||||
|
||||
extern unsigned int opts_optimizationcount[COUNT_OPTIMIZATIONS];
|
||||
|
||||
/* other options: */
|
||||
|
|
Loading…
Reference in a new issue