Bug 305715 fix compiler warning about missing sentinels, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@178773 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user