diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c index cca11028c..e4e6c5fd6 100644 --- a/hw/xfree86/loader/loadmod.c +++ b/hw/xfree86/loader/loadmod.c @@ -82,7 +82,7 @@ const ModuleVersions LoaderVersionInfo = { ABI_EXTENSION_VERSION, }; -static int ModuleDuplicated[] = { }; +static int ModuleDuplicated[] = { 0 }; static void FreeStringList(char **paths)