* src/base/ftobjs.c (FT_Set_Char_Size): Fix typo.

This commit is contained in:
Werner Lemberg 2004-02-16 12:53:59 +00:00
parent 0aa11f20da
commit 33fef0928b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-15 Werner Lemberg <wl@gnu.org>
* src/base/ftobjs.c (FT_Set_Char_Size): Fix typo.
2004-02-14 Masatake YAMATO <jet@gyve.org>
* builds/unix/ftsystem.c: Include errno.h.

View File

@ -2048,7 +2048,7 @@
if ( x_ppem == metrics->x_ppem && y_ppem == metrics->y_ppem )
return
return FT_Err_Ok;
metrics->x_ppem = x_ppem;
metrics->y_ppem = y_ppem;