Ensure all the control paths return value

This commit is contained in:
rbs%maths.uq.edu.au 1999-11-18 03:56:38 +00:00
Родитель c28060f30a
Коммит e21954fcca
1 изменённых файлов: 4 добавлений и 5 удалений

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

@ -2070,12 +2070,11 @@ FoundFont:
aBoundingMetrics.width = NSToCoordRound(float(aBoundingMetrics.width) * mP2T);
aBoundingMetrics.ascent = NSToCoordRound(float(aBoundingMetrics.ascent) * mP2T);
aBoundingMetrics.descent = NSToCoordRound(float(aBoundingMetrics.descent) * mP2T);
if (nsnull != aFontID)
*aFontID = 0;
return NS_OK;
}
if (nsnull != aFontID)
*aFontID = 0;
return NS_OK;
}
#endif // MOZ_MATHML