diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-11-30 18:27:49 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-11-30 18:27:49 +0100 |
commit | 79cb093e6db0fa12070a28ea913a77642b2c98e4 (patch) | |
tree | 337c00b18baccefb32f1073242cf547714cf0766 | |
parent | 7d261beb3fa5e3444dce41ffa43c122858455866 (diff) | |
download | mupdf-79cb093e6db0fa12070a28ea913a77642b2c98e4.tar.xz |
Fix up stray spaces.
-rw-r--r-- | mupdf/pdf_interpret.c | 2 |
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); } } |