summaryrefslogtreecommitdiff
path: root/source/fitz/load-jpx.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-09-01 16:55:36 +0200
committerRobin Watts <robin.watts@artifex.com>2014-09-02 10:16:35 +0100
commit84c616094639d38d076aba71bf8283b532f434f6 (patch)
tree1361ec0cfb833433bf6c0df0c80e76dc2f87cdfd /source/fitz/load-jpx.c
parent7d726b34666e5547a93f64f1dc1f161c5517e473 (diff)
downloadmupdf-84c616094639d38d076aba71bf8283b532f434f6.tar.xz
Clean some whitespace.
Diffstat (limited to 'source/fitz/load-jpx.c')
-rw-r--r--source/fitz/load-jpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c
index 51950d4c..7cd36474 100644
--- a/source/fitz/load-jpx.c
+++ b/source/fitz/load-jpx.c
@@ -43,7 +43,7 @@ static OPJ_SIZE_T fz_opj_stream_read(void * p_buffer, OPJ_SIZE_T p_nb_bytes, voi
if (len < 0)
len = 0;
if (len == 0)
- return (OPJ_SIZE_T)-1; /* End of file! */
+ return (OPJ_SIZE_T)-1; /* End of file! */
if ((OPJ_SIZE_T)len > p_nb_bytes)
len = p_nb_bytes;
memcpy(p_buffer, sb->data + sb->pos, len);