aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index a33643d10..02b1680dc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -454,4 +454,6 @@ main(int argc, const char *argv[])
exit_and_cleanup();
ncu_deinit();
+
+ return 0;
}