From: Stefan Monov Date: Mon, 25 Feb 2008 19:12:58 +0000 (+0000) Subject: SVN_SILENT trivial code simplification. hope you don't mind peter. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/3dc1043b73f7b76e29f7d6fe5cf7842d8d9204a3 SVN_SILENT trivial code simplification. hope you don't mind peter. svn path=/trunk/KDE/kdebase/apps/; revision=779275 --- 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; }