diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-12-21 17:41:59 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-12-27 15:06:51 +0100 |
commit | 0805c1add0e3fc951d16c27d3837bc5123842303 (patch) | |
tree | bdce2e6e246f0f693552423c9b554092ce47a689 /platform/android | |
parent | e22743070ff1f3d4cc83177c4669476fd2526844 (diff) | |
download | mupdf-0805c1add0e3fc951d16c27d3837bc5123842303.tar.xz |
Strip extraneous blank lines.
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/viewer/jni/mupdf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/viewer/jni/mupdf.c b/platform/android/viewer/jni/mupdf.c index 55bcfb7a..71477b32 100644 --- a/platform/android/viewer/jni/mupdf.c +++ b/platform/android/viewer/jni/mupdf.c @@ -1541,7 +1541,6 @@ JNI_FN(MuPDFCore_textAsHtml)(JNIEnv * env, jobject thiz) if (bArray == NULL) fz_throw(ctx, FZ_ERROR_GENERIC, "Failed to make byteArray"); (*env)->SetByteArrayRegion(env, bArray, 0, len, (const jbyte *)data); - } fz_always(ctx) { |