diff options
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/FontInstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/FontInstance.cpp b/src/libnrtype/FontInstance.cpp index 7b16ae9b2..b958e899d 100644 --- a/src/libnrtype/FontInstance.cpp +++ b/src/libnrtype/FontInstance.cpp @@ -473,8 +473,8 @@ int font_instance::MapUnicodeChar(gunichar c) } else { res = FT_Get_Char_Index(theFace, c); } - } #endif + } return res; } |
