Fix small glitch in previous commit - causing a compile error on Windows
This commit is contained in:
parent
03ecb980a5
commit
fe7d5cd242
|
@ -714,7 +714,7 @@ namespace {
|
|||
}
|
||||
fputc('\n', output);
|
||||
PrintCallstack(output, ex);
|
||||
fflush(f);
|
||||
fflush(output);
|
||||
return EXCEPTION_EXECUTE_HANDLER;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue