summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_vertex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/common/t_dd_vertex.h')
-rw-r--r--src/mesa/drivers/common/t_dd_vertex.h2
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 3f62aeeb1a..7bc10e9457 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 <keithw@valinux.com>
*/
-#if (COLOR_IS_RBGA)
+#ifdef COLOR_IS_RGBA
typedef struct {
GLubyte red;
GLubyte green;