diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-11-12 16:37:15 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-11-12 17:29:32 +0100 |
commit | 643ff675ff47b5d3d21ebf6a30ffa844fe582f2e (patch) | |
tree | 85bdd55cf26abcc4e08cd333a4b330a0c9a1150c /source/tools | |
parent | c2253d8c489bca2a624a329c79e488d6620e9626 (diff) | |
download | mupdf-643ff675ff47b5d3d21ebf6a30ffa844fe582f2e.tar.xz |
Remove stray js_endtry in obj.asString().
Diffstat (limited to 'source/tools')
-rw-r--r-- | source/tools/murun.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |