From: Klaus Ethgen Date: Wed, 24 Feb 2016 07:32:54 +0000 (+0100) Subject: Correcting return type X-Git-Tag: v1.3~70 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=67ba18658568f8ae2b1807a9c1b5b629c589e695 Correcting return type --- 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);