summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-encoding.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-06-19 14:21:10 +0200
committerRobin Watts <robin.watts@artifex.com>2017-06-22 15:46:56 +0100
commite709f64df191609e83a497cae94ff59bcf32a239 (patch)
treea8586fede90e3601d2f96951dc668dd046b2da0d /source/pdf/pdf-encoding.c
parent978c99d48e05db3130a342d8810bf1ce28faff74 (diff)
downloadmupdf-e709f64df191609e83a497cae94ff59bcf32a239.tar.xz
Add const to pdf_toname.
Diffstat (limited to 'source/pdf/pdf-encoding.c')
-rw-r--r--source/pdf/pdf-encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-encoding.c b/source/pdf/pdf-encoding.c
index ca15b456..ac2f1a55 100644
--- a/source/pdf/pdf-encoding.c
+++ b/source/pdf/pdf-encoding.c
@@ -8,7 +8,7 @@
#include <stdlib.h>
void
-pdf_load_encoding(const char **estrings, char *encoding)
+pdf_load_encoding(const char **estrings, const char *encoding)
{
const char * const *bstrings = NULL;
int i;