diff options
author | Patrick Griffis <tingping@tingping.se> | 2015-12-26 20:25:45 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-01-19 19:35:10 -0500 |
commit | 0646e115fd635e0b96739ea39e65c0ef78ffaa30 (patch) | |
tree | 14651704a28f0c5c6a6b26d95d6c8cf7617e93a1 /src/util.h | |
parent | 2f7f7e916963d3a2f31dcabd34fbb50b562230aa (diff) |
Fix numerous warnings/errors
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ gboolean should_be_minimised(int argc, char *argv[]); gboolean is_minimised_arg(const gchar * arg); GtkWidget *trg_vbox_new(gboolean homogeneous, gint spacing); GtkWidget *trg_hbox_new(gboolean homogeneous, gint spacing); -gboolean is_unity(); +gboolean is_unity(void); #ifdef WIN32 gchar *trg_win32_support_path(gchar * file); |