Correctly set the exit code.

committer: mfx <mfx> 1027556018 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-07-25 00:13:38 +00:00
parent f1ccb85658
commit 7e06892ad7
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -73,7 +73,6 @@ static void pr_print(bool c, const char *msg)
static void pr_error(const char *iname, const char *msg, bool is_warning)
{
set_ec(EXIT_ERROR);
fflush(stdout); fflush(stderr);
char buf[1024];
buf[0] = 0;