Fix small glitch in previous commit - causing a compile error on Windows

This commit is contained in:
Alexander Mai 2015-11-25 22:45:06 +01:00
parent 03ecb980a5
commit fe7d5cd242
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ namespace {
}
fputc('\n', output);
PrintCallstack(output, ex);
fflush(f);
fflush(output);
return EXCEPTION_EXECUTE_HANDLER;
}
}