mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
and 9.x in terms of CJK character support and they are still in demand. While I am here, the following changes have been added: - Add LICENSE. - Use OPTIONS_DEFINE for ghostscript drivers. - Add MAKE_JOBS_SAFE=yes. Discussed with: bapt
11 lines
266 B
C
11 lines
266 B
C
--- 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 */
|