summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/System/Win32/Signals.inc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/System/Win32/Signals.inc')
-rw-r--r--contrib/llvm/lib/System/Win32/Signals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/System/Win32/Signals.inc b/contrib/llvm/lib/System/Win32/Signals.inc
index a3a393c..d6db71b 100644
--- a/contrib/llvm/lib/System/Win32/Signals.inc
+++ b/contrib/llvm/lib/System/Win32/Signals.inc
@@ -283,7 +283,7 @@ static LONG WINAPI LLVMUnhandledExceptionFilter(LPEXCEPTION_POINTERS ep) {
#ifdef _MSC_VER
if (ExitOnUnhandledExceptions)
- _exit(-3);
+ _exit(-3);
#endif
// Allow dialog box to pop up allowing choice to start debugger.
OpenPOWER on IntegriCloud