Skip to content

Commit

Permalink
Projectorganizer: Initialize loop variable
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed Oct 3, 2017
1 parent a5e36d0 commit bb88d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectorganizer/src/prjorg-project.c
Expand Up @@ -75,7 +75,7 @@ static GSList *get_file_list(const gchar *utf8_path, GSList *patterns,
GSList *list = NULL;
GDir *dir;
const gchar *child_name;
GSList *child;
GSList *child = NULL;
GSList *children = NULL;
gchar *locale_path = utils_get_locale_from_utf8(utf8_path);
gchar *real_path = utils_get_real_path(locale_path);
Expand Down

0 comments on commit bb88d4c

Please sign in to comment.