Index: src/sfnt/ttcmap.h |
diff --git a/src/sfnt/ttcmap.h b/src/sfnt/ttcmap.h |
index 15a4a21e500deb00bfe6ab416f228dd8e6a94409..94f797897e1be07dd0e8a6aaea4ee29631f73bbc 100644 |
--- a/src/sfnt/ttcmap.h |
+++ b/src/sfnt/ttcmap.h |
@@ -70,7 +70,7 @@ FT_BEGIN_HEADER |
format_, validate_, get_cmap_info_ \ |
}; |
-#else /* FT_CONFIG_OPTION_PIC */ |
+#else /* FT_CONFIG_OPTION_PIC */ |
#define FT_DEFINE_TT_CMAP(class_, size_, init_, done_, char_index_, \ |
char_next_, char_var_index_, char_var_default_, variant_list_, \ |
@@ -92,9 +92,9 @@ FT_BEGIN_HEADER |
clazz->format = format_; \ |
clazz->validate = validate_; \ |
clazz->get_cmap_info = get_cmap_info_; \ |
- } |
+ } |
-#endif /* FT_CONFIG_OPTION_PIC */ |
+#endif /* FT_CONFIG_OPTION_PIC */ |
typedef struct TT_ValidatorRec_ |
{ |