summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-05-20 13:55:39 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-05-20 13:55:39 +0000
commit82acb371b102cdec7491d2370787047236a4f2e8 (patch)
treefcb6e558c73eb7241f3a08ffd97c34b45a6c95c0 /app-text/ghostscript-esp
parentStable on ppc. bug 131024 (diff)
downloadgentoo-2-82acb371b102cdec7491d2370787047236a4f2e8.tar.gz
gentoo-2-82acb371b102cdec7491d2370787047236a4f2e8.tar.bz2
gentoo-2-82acb371b102cdec7491d2370787047236a4f2e8.zip
fix patch
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'app-text/ghostscript-esp')
-rw-r--r--app-text/ghostscript-esp/files/ghostscript-esp-8.15.2-cups-1.1.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/ghostscript-esp/files/ghostscript-esp-8.15.2-cups-1.1.patch b/app-text/ghostscript-esp/files/ghostscript-esp-8.15.2-cups-1.1.patch
index 131a7c270e35..2bc89778a51f 100644
--- a/app-text/ghostscript-esp/files/ghostscript-esp-8.15.2-cups-1.1.patch
+++ b/app-text/ghostscript-esp/files/ghostscript-esp-8.15.2-cups-1.1.patch
@@ -8,7 +8,7 @@ Index: pstoraster/gdevcups.c
+#ifdef CUPS_RASTER_SYNCv1
bandbytes = cups->header.cupsBytesPerLine / cups->header.cupsNumColors;
-+#elif
++#else
+ bandbytes = (cups->header.cupsWidth * cups->header.cupsBitsPerColor + 7) / 8;
+#endif /* CUPS_RASTER_SYNCv1 */