From 643ff675ff47b5d3d21ebf6a30ffa844fe582f2e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 12 Nov 2018 16:37:15 +0100 Subject: Remove stray js_endtry in obj.asString(). --- source/tools/murun.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/tools/murun.c b/source/tools/murun.c index a808bff7..36c66978 100644 --- a/source/tools/murun.c +++ b/source/tools/murun.c @@ -3866,7 +3866,6 @@ static void ffi_PDFObject_asString(js_State *J) rethrow(J); js_pushstring(J, string); - js_endtry(J); } static void ffi_PDFObject_asByteString(js_State *J) -- cgit v1.2.3