mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Make it compile.
This commit is contained in:
parent
56552a9d57
commit
d54dedd752
@ -163,7 +163,7 @@ _xdg_mime_parent_read_from_file (XdgParentList *list,
|
||||
alloc * sizeof (XdgMimeParents));
|
||||
}
|
||||
list->parents[list->n_mimes].mime = strdup (line);
|
||||
list->parents[list->n_mimes].parent = NULL;
|
||||
list->parents[list->n_mimes].parents = NULL;
|
||||
entry = &(list->parents[list->n_mimes]);
|
||||
list->n_mimes++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user