diff options
| author | tcatm <[email protected]> | 2011-03-03 22:27:20 +0100 |
|---|---|---|
| committer | tcatm <[email protected]> | 2011-03-03 22:27:20 +0100 |
| commit | a79409afa9c552eb5117d3474ba8dde1a649ce08 (patch) | |
| tree | eb24fc9320c3745ca709dc35e1a3e22e0fe06e2e /init.cpp | |
| parent | fix -daemon switch (diff) | |
| download | discoin-a79409afa9c552eb5117d3474ba8dde1a649ce08.tar.xz discoin-a79409afa9c552eb5117d3474ba8dde1a649ce08.zip | |
fix whitespace
Diffstat (limited to 'init.cpp')
| -rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |