From bbfca88bb652c8127c370bb3a37da93a4b95f118 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Fri, 9 Mar 2012 13:08:40 +0200 Subject: agg: fixes nested comments screwing with syntax highlighting. --- src/corelib/render/software/agg_font_freetype.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/render/software/agg_font_freetype.pas b/src/corelib/render/software/agg_font_freetype.pas index 1fdbfdd9..99b646f7 100644 --- a/src/corelib/render/software/agg_font_freetype.pas +++ b/src/corelib/render/software/agg_font_freetype.pas @@ -23,7 +23,7 @@ // 17.09.2007-Milano: Porting & Finished OK // 16.09.2007-Milano: Unit port establishment // -{ agg_font_freetype.pas } + unit agg_font_freetype ; @@ -1238,7 +1238,7 @@ begin m_glyph_index:=FT_Get_Char_Index(m_cur_face ,glyph_code ); if m_hinting then - m_last_error:=FT_Load_Glyph(m_cur_face ,m_glyph_index ,FT_LOAD_DEFAULT{} {FT_LOAD_FORCE_AUTOHINT{} ) + m_last_error:=FT_Load_Glyph(m_cur_face ,m_glyph_index ,FT_LOAD_DEFAULT {FT_LOAD_FORCE_AUTOHINT} ) else m_last_error:=FT_Load_Glyph(m_cur_face ,m_glyph_index ,FT_LOAD_NO_HINTING ); @@ -1727,5 +1727,5 @@ begin end; -END. +end. -- cgit v1.2.3-70-g09d2