Browse Source

fix whitespace

0.8
tcatm 14 years ago
parent
commit
a79409afa9
  1. 2
      init.cpp

2
init.cpp

@ -92,7 +92,7 @@ bool AppInit(int argc, char* argv[]) @@ -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);

Loading…
Cancel
Save