summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-11-30 18:27:49 +0100
committerTor Andersson <tor@ghostscript.com>2009-11-30 18:27:49 +0100
commit79cb093e6db0fa12070a28ea913a77642b2c98e4 (patch)
tree337c00b18baccefb32f1073242cf547714cf0766
parent7d261beb3fa5e3444dce41ffa43c122858455866 (diff)
downloadmupdf-79cb093e6db0fa12070a28ea913a77642b2c98e4.tar.xz
Fix up stray spaces.
-rw-r--r--mupdf/pdf_interpret.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/pdf_interpret.c b/mupdf/pdf_interpret.c
index 898a1e57..94b9fdc3 100644
--- a/mupdf/pdf_interpret.c
+++ b/mupdf/pdf_interpret.c
@@ -666,7 +666,7 @@ Lsetcolorspace:
error = pdf_setcolorspace(csi, what, cs);
if (error) return fz_rethrow(error, "cannot set colorspace");
- fz_dropcolorspace(cs);
+ fz_dropcolorspace(cs);
}
}