known_vendor_prefixes should be NULL terminated
https://bugzilla.gnome.org/show_bug.cgi?id=616574
This commit is contained in:
parent
cf0664fcc6
commit
7f56d06546
@ -27,7 +27,8 @@
|
||||
*/
|
||||
static const char*const known_vendor_prefixes[] = { "gnome",
|
||||
"fedora",
|
||||
"mozilla" };
|
||||
"mozilla",
|
||||
NULL };
|
||||
|
||||
enum {
|
||||
PROP_0,
|
||||
|
Loading…
Reference in New Issue
Block a user