diff options
| author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-01 14:39:24 +0000 |
|---|---|---|
| committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-01 14:39:24 +0000 |
| commit | b10036a482a7bc5b06a70faf24fb4709c94c6857 (patch) | |
| tree | 5acf8ba74a42974457c4a6bc46943a4f48d0dcf7 /print/ghostscript7/files/patch-src_gdevhl12.c | |
| parent | Update to 0.4.2.1. (diff) | |
GCC 3.4 fixes.
Diffstat (limited to '')
| -rw-r--r-- | print/ghostscript7/files/patch-src_gdevhl12.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript7/files/patch-src_gdevhl12.c b/print/ghostscript7/files/patch-src_gdevhl12.c new file mode 100644 index 000000000000..2976befa7cbe --- /dev/null +++ b/print/ghostscript7/files/patch-src_gdevhl12.c @@ -0,0 +1,11 @@ +--- src/gdevhl12.c.orig Sun Aug 1 13:39:19 2004 ++++ src/gdevhl12.c Sun Aug 1 13:40:07 2004 +@@ -640,7 +640,7 @@ + case TRAY_MANUAL: + tray_pcl = "\033&l2H"; + break; +- default: ++ default: ; + } + if (pdev->PageCount == 0) { + /* initialize printer */ |
