Correcting return type
authorKlaus Ethgen <Klaus@Ethgen.de>
Wed, 24 Feb 2016 07:32:54 +0000 (08:32 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Wed, 24 Feb 2016 07:32:54 +0000 (08:32 +0100)
src/collect-io.c

index bb9967d..7859bfd 100644 (file)
@@ -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);