From e96bc9b1eed8392019ee536ec5e0215ddcb35865 Mon Sep 17 00:00:00 2001 From: LE ROUX Thomas Date: Tue, 9 Jan 2018 12:10:06 +0100 Subject: [PATCH] fix: linux compilation warning Tested on Archlinux Close #24 --- systray_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systray_linux.c b/systray_linux.c index 3a9a0392..69b90be2 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