mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-31 23:10:39 +00:00
FIX TEH BLOCK
This commit is contained in:
parent
84088cb5f0
commit
ac01e3b5d3
1 changed files with 4 additions and 4 deletions
8
main.c
8
main.c
|
@ -468,10 +468,10 @@ int main(int argc, char **argv) {
|
|||
(items_data[itr].type == TYPE_SRC ? "progs.src" :
|
||||
("unknown"))))));
|
||||
|
||||
if (!parser_compile_file(items_data[itr].filename))
|
||||
{
|
||||
retval = 1;
|
||||
goto cleanup;
|
||||
if (!parser_compile_file(items_data[itr].filename))
|
||||
{
|
||||
retval = 1;
|
||||
goto cleanup;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue