diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-04-27 17:23:13 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-05-13 11:42:00 +0200 |
commit | 5660bef06a7cde2500657c2d3de4bad986ff1c6c (patch) | |
tree | 0c260f7c7584a5a628fabd4613c1e4789690b915 /source/pdf/js | |
parent | c79c663a424151c9ffd6ca8b947f3cc605cd921f (diff) | |
download | mupdf-5660bef06a7cde2500657c2d3de4bad986ff1c6c.tar.xz |
Update MuJS.
Diffstat (limited to 'source/pdf/js')
-rw-r--r-- | source/pdf/js/pdf-js.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/js/pdf-js.c b/source/pdf/js/pdf-js.c index 5a885c75..57a0191b 100644 --- a/source/pdf/js/pdf-js.c +++ b/source/pdf/js/pdf-js.c @@ -579,7 +579,7 @@ void pdf_drop_js(fz_context *ctx, pdf_js *js) } } -static void *pdf_js_alloc(void *actx, void *ptr, unsigned int n) +static void *pdf_js_alloc(void *actx, void *ptr, int n) { fz_context *ctx = actx; if (n == 0) { |