* src/base/ftobjs.c (FT_Set_Char_Size): Fix typo.
This commit is contained in:
parent
d1d2b458e9
commit
32eb5ce978
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue