summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/exhndlr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src/exhndlr.cpp')
-rw-r--r--plugins/CrashDumper/src/exhndlr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/exhndlr.cpp b/plugins/CrashDumper/src/exhndlr.cpp
index eee0478be5..e44f72c5ed 100644
--- a/plugins/CrashDumper/src/exhndlr.cpp
+++ b/plugins/CrashDumper/src/exhndlr.cpp
@@ -1,7 +1,7 @@
#include "utils.h"
#ifndef FACILITY_VISUALCPP
- #define FACILITY_VISUALCPP ((LONG)0x6d)
+#define FACILITY_VISUALCPP ((LONG)0x6d)
#endif
static PVOID exchndlr, exchndlrv;