mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-14 00:49:53 -04:00
Removed closing stdout.
This commit is contained in:
parent
f44f5b32b1
commit
ac6d6bd958
1 changed files with 1 additions and 1 deletions
2
3rdparty/fcpp/cpp1.c
vendored
2
3rdparty/fcpp/cpp1.c
vendored
|
@ -143,7 +143,7 @@ int fppPreProcess(struct fppTag *tags)
|
|||
#endif
|
||||
}
|
||||
fflush(stdout);
|
||||
fclose(stdout);
|
||||
// BK - fclose(stdout);
|
||||
|
||||
if (global->errors > 0 && !global->eflag)
|
||||
return(IO_ERROR);
|
||||
|
|
Loading…
Reference in a new issue