diff options
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/common/t_dd_vertex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/t_dd_vertex.h b/src/mesa/drivers/common/t_dd_vertex.h index 3f62aeeb1a7..7bc10e9457f 100644 --- a/src/mesa/drivers/common/t_dd_vertex.h +++ b/src/mesa/drivers/common/t_dd_vertex.h @@ -25,7 +25,7 @@ * Keith Whitwell <[email protected]> */ -#if (COLOR_IS_RBGA) +#ifdef COLOR_IS_RGBA typedef struct { GLubyte red; GLubyte green; |