diff options
Diffstat (limited to 'source/tools')
-rw-r--r-- | source/tools/murun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/murun.c b/source/tools/murun.c index 2e407c99..a4c25791 100644 --- a/source/tools/murun.c +++ b/source/tools/murun.c @@ -4117,7 +4117,7 @@ static void ffi_PDFAnnotation_setQuadPoints(js_State *J) fz_context *ctx = js_getcontext(J); pdf_annot *annot = js_touserdata(J, 0, "pdf_annot"); float *qp = NULL; - int k, i, n = 0; + int k, i, n; n = js_getlength(J, 1); |