diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-08 17:25:56 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-08 17:25:56 +0100 |
commit | e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f (patch) | |
tree | 5ccf283bb19bb0f45c6a7ce66a00eeb395fa0817 /samus/sa_tiff.c | |
parent | fce08043c7b939ecefb44e22852513b4d60f3ac4 (diff) | |
download | mupdf-e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f.tar.xz |
Whitespace fixes.
Diffstat (limited to 'samus/sa_tiff.c')
-rw-r--r-- | samus/sa_tiff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samus/sa_tiff.c b/samus/sa_tiff.c index 3fc6c7fe..3b532bb4 100644 --- a/samus/sa_tiff.c +++ b/samus/sa_tiff.c @@ -238,7 +238,7 @@ tiffreadfiltered(sa_tiff *tiff, } else if (error == fz_ioneedout) { - if (out->wp - out->rp == 0) + if (out->wp - out->rp == 0) { error = fz_growbuffer(out); if (error) |