From 67ba18658568f8ae2b1807a9c1b5b629c589e695 Mon Sep 17 00:00:00 2001 From: Klaus Ethgen Date: Wed, 24 Feb 2016 08:32:54 +0100 Subject: [PATCH] Correcting return type --- src/collect-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collect-io.c b/src/collect-io.c index bb9967d4..7859bfd4 100644 --- a/src/collect-io.c +++ b/src/collect-io.c @@ -31,7 +31,7 @@ typedef struct _CollectManagerEntry CollectManagerEntry; static void collection_load_thumb_step(CollectionData *cd); -static gint collection_save_private(CollectionData *cd, const gchar *path); +static gboolean collection_save_private(CollectionData *cd, const gchar *path); static CollectManagerEntry *collect_manager_get_entry(const gchar *path); static void collect_manager_entry_reset(CollectManagerEntry *entry); -- 2.20.1