diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-10-22 19:39:32 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-10-23 18:46:01 +0200 |
commit | 2582f7e21ec079d2d611ad748d5fc77ea3ce3938 (patch) | |
tree | 6745a15f6389de3635d17ffb1495b7de1a4aed25 /source/html | |
parent | 17e5b245e8f0da3287097684f81d470cec8de991 (diff) | |
download | mupdf-2582f7e21ec079d2d611ad748d5fc77ea3ce3938.tar.xz |
Remove extra blank lines.
Diffstat (limited to 'source/html')
-rw-r--r-- | source/html/epub-doc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/html/epub-doc.c b/source/html/epub-doc.c index 85c84624..cd6131aa 100644 --- a/source/html/epub-doc.c +++ b/source/html/epub-doc.c @@ -478,7 +478,6 @@ epub_parse_header(fz_context *ctx, epub_document *doc) } fz_catch(ctx) fz_rethrow(ctx); - } static fz_outline * |