fix: linux compilation warning

Tested on Archlinux

Close #24
This commit is contained in:
LE ROUX Thomas
2018-01-09 12:10:06 +01:00
committed by GitHub
parent fc8e01480d
commit e96bc9b1ee
+1 -1
View File
@@ -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