tint2conf: Fix bad code when compiling with clang
o9000 mrovi9000@gmail.com
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/tint2conf/main.h
→
src/tint2conf/main.h
@@ -15,7 +15,7 @@ #define GETTEXT_PACKAGE "tint2conf"
#endif #define SNAPSHOT_TICK 190 -gboolean update_snapshot(); +gboolean update_snapshot(gpointer ignored); void menuApply(); void refresh_current_theme(); extern GtkWidget *g_window;