diff options
-rw-r--r-- | src/jalv_qt4.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv_qt4.cpp b/src/jalv_qt4.cpp index 1ba9ad0..c73bd9c 100644 --- a/src/jalv_qt4.cpp +++ b/src/jalv_qt4.cpp @@ -100,6 +100,7 @@ int jalv_close_ui(Jalv* jalv) { app->quit(); + return 0; } } // extern "C" |