зеркало из https://github.com/mozilla/gecko-dev.git
Bug 305715 fix compiler warning about missing sentinels, r+sr=roc
This commit is contained in:
Родитель
5de00b1466
Коммит
b408b1f4c3
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче