tint2conf: Fix bad code when compiling with clang

This commit is contained in:
o9000
2017-03-26 15:46:10 +02:00
parent cb43e76660
commit 2c90c5640e
2 changed files with 15 additions and 13 deletions

View File

@@ -153,7 +153,7 @@ void theme_list_append(const gchar *path)
g_free(suffix);
}
gboolean update_snapshot()
gboolean update_snapshot(gpointer ignored)
{
{
gchar *tint2_cache_dir = g_build_filename(g_get_user_cache_dir(), "tint2", NULL);