From 171614abbd3a6aee9aba8d49b1a9340d5608ba16 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Mon, 30 Aug 2004 09:10:34 +0000 Subject: remove CR --- src/mesa/main/dlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/dlist.c') diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 41b47722af..ebf3af326a 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -165,7 +165,7 @@ do { \ * integer values starting at 0 is very important, see InstSize array usage) */ typedef enum { - OPCODE_INVALID = -1, /* Force signed enum */ + OPCODE_INVALID = -1, /* Force signed enum */ OPCODE_ACCUM, OPCODE_ALPHA_FUNC, OPCODE_BIND_TEXTURE, -- cgit v1.2.3