summaryrefslogtreecommitdiff
path: root/fitz/stm_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/stm_misc.c')
-rw-r--r--fitz/stm_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/stm_misc.c b/fitz/stm_misc.c
index 7f7cf76f..3663107e 100644
--- a/fitz/stm_misc.c
+++ b/fitz/stm_misc.c
@@ -78,7 +78,7 @@ fz_readall(fz_stream *stm, int sizehint)
fz_buffer *buf;
if (sizehint == 0)
- sizehint = 4 * 1024;
+ sizehint = 4 * 1024;
buf = fz_newbuffer(sizehint);