mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
Fix macro spacing
This commit is contained in:
parent
3e7a8c0e78
commit
674ae4b7da
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -100,7 +100,7 @@ int main(int argc, char **argv) {
|
|||
item.name = util_strdup(argv[1]); \
|
||||
item.type = argtype; \
|
||||
items_add(item); \
|
||||
} \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
case 'c': { param_argument(0); break; } /* compile */
|
||||
|
|
Loading…
Reference in a new issue