summaryrefslogtreecommitdiff
path: root/helper/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/helper.c')
-rw-r--r--helper/helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/helper.c b/helper/helper.c
index 9842623..cd65b07 100644
--- a/helper/helper.c
+++ b/helper/helper.c
@@ -526,4 +526,6 @@ main(int argc, char *argv[])
/* then wait for it... */
XtAppMainLoop(app_context);
+
+ return EXIT_SUCCESS;
}