summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mupdf/mupdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/mupdf.h b/mupdf/mupdf.h
index 64dc893b..ccab33d0 100644
--- a/mupdf/mupdf.h
+++ b/mupdf/mupdf.h
@@ -414,7 +414,7 @@ struct pdf_fontdesc_s
int refs;
fz_font *font;
- char *buffer; /* contains allocated memory that should be freed */
+ unsigned char *buffer; /* contains allocated memory that should be freed */
/* FontDescriptor */
int flags;