mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
parser_finish needs to be called in progs.src mode as well
This commit is contained in:
parent
42e2102839
commit
acdafc200d
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -447,6 +447,8 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
}
|
||||
|
||||
parser_finish(opts_output);
|
||||
|
||||
srcdone:
|
||||
fclose(src);
|
||||
mem_d(line);
|
||||
|
|
Loading…
Reference in a new issue