summaryrefslogtreecommitdiff
path: root/samus/sa_zip.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-03-08 17:25:56 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2008-03-08 17:25:56 +0100
commite921e12bcfa3a343eac5e4b7ba3f2566f5eff49f (patch)
tree5ccf283bb19bb0f45c6a7ce66a00eeb395fa0817 /samus/sa_zip.c
parentfce08043c7b939ecefb44e22852513b4d60f3ac4 (diff)
downloadmupdf-e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f.tar.xz
Whitespace fixes.
Diffstat (limited to 'samus/sa_zip.c')
-rw-r--r--samus/sa_zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samus/sa_zip.c b/samus/sa_zip.c
index c00f6f06..38f3c4ae 100644
--- a/samus/sa_zip.c
+++ b/samus/sa_zip.c
@@ -269,7 +269,7 @@ static fz_error *reallyopenzipentry(fz_stream **stmp, sa_zip *zip, int idx)
return fz_ioerror(zip->file);
switch (method)
- {
+ {
case 0:
error = fz_newnullfilter(&filter, csize);
if (error)