Skip to content

Commit

Permalink
Merge pull request #36 from novln/patch-1
Browse files Browse the repository at this point in the history
fix: linux compilation warning
  • Loading branch information
joesis authored Jan 18, 2018
2 parents fc8e014 + e96bc9b commit fe4b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systray_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe4b1c6

Please sign in to comment.