summaryrefslogtreecommitdiff
path: root/src/fontfile/fontencc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontfile/fontencc.c')
-rw-r--r--src/fontfile/fontencc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontfile/fontencc.c b/src/fontfile/fontencc.c
index 7997785..4bdb495 100644
--- a/src/fontfile/fontencc.c
+++ b/src/fontfile/fontencc.c
@@ -48,7 +48,7 @@ font_encoding_find(const char *encoding_name, const char *filename)
}
unsigned
-font_encoding_recode(unsigned code,
+font_encoding_recode(unsigned code,
FontEncPtr encoding, FontMapPtr mapping)
{
if(encoding != mapping->encoding) {