summaryrefslogtreecommitdiff
path: root/cbz
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-02-19 16:13:07 +0100
committerTor Andersson <tor.andersson@artifex.com>2013-02-19 16:13:07 +0100
commit9cc9978a7260d201137459a65601e35dce1d444e (patch)
treea2577f5ae25661febf023e081a6577f2eb373b10 /cbz
parentecd0129a551c96a4b05d77ef55601125e2fc2c67 (diff)
downloadmupdf-9cc9978a7260d201137459a65601e35dce1d444e.tar.xz
Fix whitespace.
Diffstat (limited to 'cbz')
-rw-r--r--cbz/mucbz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cbz/mucbz.c b/cbz/mucbz.c
index 05119938..b06851fe 100644
--- a/cbz/mucbz.c
+++ b/cbz/mucbz.c
@@ -370,7 +370,6 @@ cbz_image_to_pixmap(fz_context *ctx, fz_image *image_, int x, int w)
return fz_keep_pixmap(ctx, image->pix);
}
-
cbz_page *
cbz_load_page(cbz_document *doc, int number)
{