mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Removed closing stdout.
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user