Make gcc happier
This commit is contained in:
parent
aa928032af
commit
afbb146d9e
@ -97,8 +97,8 @@ static char **
|
||||
get_files (FileType type,
|
||||
guint *n_files_p)
|
||||
{
|
||||
guint n_files, i;
|
||||
char **files;
|
||||
guint n_files = 0, i;
|
||||
char **files = NULL;
|
||||
GSList *list = NULL;
|
||||
|
||||
switch (type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user