From 5660bef06a7cde2500657c2d3de4bad986ff1c6c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 27 Apr 2016 17:23:13 +0200 Subject: Update MuJS. --- source/tools/murun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tools') diff --git a/source/tools/murun.c b/source/tools/murun.c index 6e6e2719..6d9881a2 100644 --- a/source/tools/murun.c +++ b/source/tools/murun.c @@ -11,7 +11,7 @@ FZ_NORETURN static void rethrow(js_State *J) js_throw(J); } -static void *alloc(void *actx, void *ptr, unsigned int n) +static void *alloc(void *actx, void *ptr, int n) { fz_context *ctx = actx; if (n == 0) { -- cgit v1.2.3