From c1bec19e42abed2d215058d26b0132b5173632c2 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 18 Apr 2010 01:40:21 -0700 Subject: [PATCH] Correct #endif placement. Should fix win32 build. --- src/libnrtype/FontInstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2