Bug 305715 fix compiler warning about missing sentinels, r+sr=roc

This commit is contained in:
wr%rosenauer.org 2005-08-24 05:06:26 +00:00
Родитель 7f36ec0156
Коммит 14b10ba6a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1720,7 +1720,7 @@ EnumFontsPango(nsIAtom* aLangGroup, const char* aGeneric,
if (!pat)
goto end;
os = FcObjectSetBuild(FC_FAMILY, FC_FOUNDRY, 0);
os = FcObjectSetBuild(FC_FAMILY, FC_FOUNDRY, NULL);
if (!os)
goto end;