summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/main.cpp') (more/less context) (ignore 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) {
9 mw.setCaption(QObject::tr("Opie console") ); 9 mw.setCaption(QObject::tr("Opie console") );
10 app.showMainWidget( &mw ); 10 app.showMainWidget( &mw );
11 11
12 app.exec(); 12 return app.exec();
13
14
15 return 0;
16} 13}