Minor comment formatting.

This commit is contained in:
Werner Lemberg 2018-08-06 10:24:08 +02:00
parent 720ae67f35
commit 86e7385342
6 changed files with 96 additions and 99 deletions

View File

@ -508,7 +508,6 @@ FT_BEGIN_HEADER
* be _replaced_ by this function (with newly allocated data).
* Typically, you would use (omitting error handling):
*
*
* {
* FT_Glyph glyph;
* FT_BitmapGlyph glyph_bitmap;
@ -539,10 +538,8 @@ FT_BEGIN_HEADER
* FT_Done_Glyph( glyph );
* }
*
*
* Here another example, again without error handling:
*
*
* {
* FT_Glyph glyphs[MAX_GLYPHS]
*