aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--launcher/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/main.cpp b/launcher/main.cpp
index e2116f38..df596449 100644
--- a/launcher/main.cpp
+++ b/launcher/main.cpp
@@ -91,5 +91,7 @@ int main(int argc, char *argv[])
return 1;
case Application::Succeeded:
return 0;
+ default:
+ return -1;
}
}