From 3dc1043b73f7b76e29f7d6fe5cf7842d8d9204a3 Mon Sep 17 00:00:00 2001 From: Stefan Monov Date: Mon, 25 Feb 2008 19:12:58 +0000 Subject: [PATCH] SVN_SILENT trivial code simplification. hope you don't mind peter. svn path=/trunk/KDE/kdebase/apps/; revision=779275 --- src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index b9e8997a7..28a69390f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,10 +91,8 @@ int main(int argc, char **argv) } ++n; } - app.exec(); - } else { - app.exec(); } + app.exec(); return 0; } -- 2.47.3