diff --git a/src/servers/app/FontEngine.cpp b/src/servers/app/FontEngine.cpp index dd84d4e0d9..c133780dcd 100644 --- a/src/servers/app/FontEngine.cpp +++ b/src/servers/app/FontEngine.cpp @@ -613,7 +613,7 @@ FontEngine::CountFaces() const uint32 FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const { - FT_Get_Char_Index(fFace, glyphCode); + return FT_Get_Char_Index(fFace, glyphCode); }