mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Indentation (last)
This commit is contained in:
parent
b0717242d8
commit
d90ff829bd
1 changed files with 1 additions and 1 deletions
2
parse.c
2
parse.c
|
@ -337,7 +337,7 @@ int parse_tree(struct lex_file *file) {
|
|||
if (token == '.' && compile_calc_d) { \
|
||||
error(ERROR_PARSE, "%s:%d Invalid constant initializer element %c for vector, must be numeric.\n", file->name, file->line, NAME); \
|
||||
token = lex_token(file); \
|
||||
} \
|
||||
} \
|
||||
if ((token == '-' || token == '+') && compile_calc_s) { \
|
||||
error(ERROR_PARSE, "%s:%d Invalid constant initializer sign for vector element %c\n", file->name, file->line, NAME); \
|
||||
token = lex_token(file); \
|
||||
|
|
Loading…
Reference in a new issue