ref: 78db8a2570b51a7503078c228afeec90147817c4
parent: 1b2abda9d23b218e08e240fc3d062661c22258d1
author: Werner Lemberg <wl@gnu.org>
date: Sun May 13 07:53:01 EDT 2018
Typo.
--- a/include/freetype/ftglyph.h
+++ b/include/freetype/ftglyph.h
@@ -495,7 +495,7 @@
/* */
/* for ( idx = 0; i < MAX_GLYPHS; i++ ) */
/* error = FT_Load_Glyph( face, idx, FT_LOAD_DEFAULT ) || */
- /* FT_Get_Glyph ( face->glyph, &glyph[idx] ); */
+ /* FT_Get_Glyph ( face->glyph, &glyphs[idx] ); */
/* */
/* ... */
/* */
--
⑨