summaryrefslogtreecommitdiff
path: root/print/hpijs/patches/patch-ljfastraster.cpp
blob: 60187107c95c5d23858fa925cf74ad03aa88523c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ljfastraster.cpp,v 1.1 2015/04/26 13:28:23 joerg Exp $

--- ljfastraster.cpp.orig	2015-04-26 12:33:48.000000000 +0000
+++ ljfastraster.cpp
@@ -412,13 +412,13 @@ DRIVER_ERROR HeaderLJFastRaster::SendCAP
 //** this enumeration is for specifying the current color plane that is being
 //** sent via fast raster path.  Toucan ordering is YMCK
 
-typedef enum TonerColor
+typedef enum
 {
 	eYellow = 0,
 	eMagenta,
 	eCyan,
 	eK
-};
+} TonerColor;
 
 typedef enum
 {