diff --git a/shell/okular_main.cpp b/shell/okular_main.cpp index bd54349cf..050d143f2 100644 --- a/shell/okular_main.cpp +++ b/shell/okular_main.cpp @@ -109,7 +109,7 @@ static bool attachExistingInstance(const QStringList &paths, const QString &seri // Returns false if it can't fit another document const QDBusReply reply = bestService->call( QStringLiteral("openDocument"), path, serializedOptions ); if( !reply.isValid() || !reply.value() ) - return false; + return false; } bestService->call( QStringLiteral("tryRaise") );