added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver

This commit is contained in:
Just van Rossum 2000-03-02 10:52:57 +00:00
parent 7ba2c674a6
commit 1e5754f2d6
1 changed files with 1 additions and 1 deletions

View File

@ -1227,7 +1227,7 @@
goto Fail;
}
else
{
/* check each font driver for an appropriate format */
FT_Driver* cur = library->drivers;