diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-04-18 08:40:21 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-04-18 08:40:21 +0000 |
| commit | a242ad41a108951669023026d39ebb6e83905785 (patch) | |
| tree | 941b6876d44865a9d1b9605ee6ddd99da09129f1 /src/libnrtype | |
| parent | Added/Fixed Pango font weights. Included Jon's workaround for Pango (diff) | |
| download | inkscape-a242ad41a108951669023026d39ebb6e83905785.tar.gz inkscape-a242ad41a108951669023026d39ebb6e83905785.zip | |
Correct #endif placement. Should fix win32 build.
(bzr r9349)
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; } |
