fix whitespace

This commit is contained in:
tcatm 2011-03-03 22:27:20 +01:00
parent dda48ccd0f
commit a79409afa9
1 changed files with 1 additions and 1 deletions

View File

@ -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);