known_vendor_prefixes should be NULL terminated

https://bugzilla.gnome.org/show_bug.cgi?id=616574
This commit is contained in:
Maxim Ermilov 2010-04-23 03:39:26 +04:00
parent cf0664fcc6
commit 7f56d06546

View File

@ -27,7 +27,8 @@
*/
static const char*const known_vendor_prefixes[] = { "gnome",
"fedora",
"mozilla" };
"mozilla",
NULL };
enum {
PROP_0,