Skip to content

Commit

Permalink
Correcting return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mowgli committed Feb 24, 2016
1 parent 91260cd commit 67ba186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collect-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 67ba186

Please sign in to comment.