diff options
Diffstat (limited to 'utils/alsoft-config/main.cpp')
-rw-r--r-- | utils/alsoft-config/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsoft-config/main.cpp b/utils/alsoft-config/main.cpp index 9e2d83c8..b48f94ec 100644 --- a/utils/alsoft-config/main.cpp +++ b/utils/alsoft-config/main.cpp @@ -6,6 +6,6 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); MainWindow w; w.show(); - + return a.exec(); } |