summaryrefslogtreecommitdiff
path: root/src/psaux/psauxmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psaux/psauxmod.c')
-rw-r--r--src/psaux/psauxmod.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/psaux/psauxmod.c b/src/psaux/psauxmod.c
index d7223e233..bc7002a78 100644
--- a/src/psaux/psauxmod.c
+++ b/src/psaux/psauxmod.c
@@ -137,10 +137,9 @@
cff_decoder_prepare, /* prepare */
#ifdef CFF_CONFIG_OPTION_OLD_ENGINE
- cff_decoder_parse_charstrings /* parse_charstrings */
-#else
- cf2_decoder_parse_charstrings
+ cff_decoder_parse_charstrings, /* parse_charstrings_old */
#endif
+ cf2_decoder_parse_charstrings /* parse_charstrings */
};