* src/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix argument.

Reported by Hin-Tak.
This commit is contained in:
Werner Lemberg 2021-07-05 05:39:59 +02:00
parent 5e32a03496
commit 89c60eca67
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2021-07-05 Werner Lemberg <wl@gnu.org>
* src/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix argument.
Reported by Hin-Tak.
2021-07-03 Werner Lemberg <wl@gnu.org> 2021-07-03 Werner Lemberg <wl@gnu.org>
* meson_options.txt: Sort alphabetically; no final full stops. * meson_options.txt: Sort alphabetically; no final full stops.

View File

@ -357,7 +357,7 @@
FT_EXPORT_DEF( FT_Error ) FT_EXPORT_DEF( FT_Error )
FT_Library_SetLcdGeometry( FT_Library library, FT_Library_SetLcdGeometry( FT_Library library,
FT_Vector* sub ) FT_Vector sub[3] )
{ {
FT_UNUSED( library ); FT_UNUSED( library );
FT_UNUSED( sub ); FT_UNUSED( sub );