Index: include/freetype/internal/ftdriver.h =================================================================== RCS file: /cvs/freetype/freetype2/include/freetype/internal/ftdriver.h,v retrieving revision 1.11 diff -u -r1.11 ftdriver.h --- ftdriver.h 2001/06/28 17:48:43 1.11 +++ ftdriver.h 2001/08/06 19:34:16 @@ -139,7 +139,7 @@ /* get_char_index :: A function handle to return the glyph index of */ /* a given character for a given charmap. This */ /* field is mandatory! */ - /* */ + /* */ /* get_kerning :: A function handle to return the unscaled */ /* kerning for a given pair of glyphs. Can be */ /* set to 0 if the format doesn't support */ @@ -159,7 +159,7 @@ /* */ /* */ /* Most function pointers, with the exception of `load_glyph' and */ - /* `get_char_index' can be set to 0 to indicate a default behaviour. */ + /* `get_char_index', can be set to 0 to indicate a default behaviour. */ /* */ typedef struct FT_Driver_Class_ {