fixed RBGA ifdef typo

This commit is contained in:
Brian Paul 2001-03-08 22:27:41 +00:00
parent 95e02a210e
commit ca8c6a0337

View file

@ -25,7 +25,7 @@
* Keith Whitwell <keithw@valinux.com>
*/
#if (COLOR_IS_RBGA)
#ifdef COLOR_IS_RGBA
typedef struct {
GLubyte red;
GLubyte green;