aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cpp b/init.cpp
index a9b7a7d2f9..0548accb05 100644
--- a/init.cpp
+++ b/init.cpp
@@ -92,7 +92,7 @@ bool AppInit(int argc, char* argv[])
catch (std::exception& e) {
PrintException(&e, "AppInit()");
} catch (...) {
- PrintException(NULL, "AppInit()");
+ PrintException(NULL, "AppInit()");
}
if (!fRet)
Shutdown(NULL);