tab -> space

This commit is contained in:
Werner Lemberg 2009-01-09 06:21:04 +00:00
parent 2dc1079494
commit 9b1da084c2
1 changed files with 3 additions and 3 deletions

View File

@ -4196,11 +4196,11 @@
faces = &FT_DRIVER(module)->faces_list;
while ( faces->head )
{
{
FT_Done_Face( FT_FACE( faces->head->data ) );
if ( faces->head )
if ( faces->head )
FT_ERROR(( "FT_Done_Library: failed to free some faces\n" ));
}
}
}
}