diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index bde1e2f5..422025aa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -199,7 +199,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) // Add options from Application class Application::addCmdLineOptions(); - if(!Application::start()) + if (!Application::start()) { kWarning() << "rekonq is already running!"; return 0; |