summaryrefslogtreecommitdiff
path: root/mupdf/pdf_cmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mupdf/pdf_cmap.c')
-rw-r--r--mupdf/pdf_cmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/pdf_cmap.c b/mupdf/pdf_cmap.c
index 1c470051..fcef601f 100644
--- a/mupdf/pdf_cmap.c
+++ b/mupdf/pdf_cmap.c
@@ -590,7 +590,7 @@ static pdf_token_e tokenfromkeyword(char *key)
return PDF_TKEYWORD;
}
-static int codefromstring(unsigned char *buf, int len)
+static int codefromstring(char *buf, int len)
{
int a = 0;
while (len--)