summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/noncore/apps/opie-console/main.cpp b/noncore/apps/opie-console/main.cpp
index 4b5107e..350bb3e 100644
--- a/noncore/apps/opie-console/main.cpp
+++ b/noncore/apps/opie-console/main.cpp
@@ -9,8 +9,5 @@ int main(int argc, char **argv) {
mw.setCaption(QObject::tr("Opie console") );
app.showMainWidget( &mw );
- app.exec();
-
-
- return 0;
+ return app.exec();
}