summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2009-04-26 23:14:20 +0200
committerSebastian Rasmussen <sebras@hotmail.com>2009-04-26 23:14:20 +0200
commitffc81cfb270ba71cf6a8cb0d6192a86beed0973f (patch)
treeff73e763839643afb6e93077c753f2d27d86735f
parent835490a4a93bf9bd7c175b7c8a869a67762a148d (diff)
downloadmupdf-ffc81cfb270ba71cf6a8cb0d6192a86beed0973f.tar.xz
Fix warning concerning buffer for embedded fonts.
-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;