From a79409afa9c552eb5117d3474ba8dde1a649ce08 Mon Sep 17 00:00:00 2001 From: tcatm Date: Thu, 3 Mar 2011 22:27:20 +0100 Subject: [PATCH] fix whitespace --- init.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.cpp b/init.cpp index a9b7a7d..0548acc 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); -- 1.7.1