aboutsummaryrefslogtreecommitdiffstats
path: root/systray_linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'systray_linux.c')
-rw-r--r--systray_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/systray_linux.c b/systray_linux.c
index 3a9a039..69b90be 100644
--- a/systray_linux.c
+++ b/systray_linux.c
@@ -35,7 +35,7 @@ int nativeLoop(void) {
systray_ready();
gtk_main();
systray_on_exit();
- return;
+ return 0;
}
// runs in main thread, should always return FALSE to prevent gtk to execute it again