changeset 2266:451165c18b34

Correcting return type
author Klaus Ethgen <Klaus@Ethgen.de>
date Wed, 24 Feb 2016 08:32:54 +0100
parents 15d51cf8ff3d
children 63a479808748
files src/collect-io.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/collect-io.c	Tue Feb 16 15:42:38 2016 +0100
+++ b/src/collect-io.c	Wed Feb 24 08:32:54 2016 +0100
@@ -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);