summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-08-30 09:10:34 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-08-30 09:10:34 +0000
commit171614abbd3a6aee9aba8d49b1a9340d5608ba16 (patch)
tree5e415702682022b34c9bab0ffe5a2679964cfec1
parent367850dbfed810a58a8351d74290798f1082079e (diff)
remove CR
-rw-r--r--src/mesa/main/dlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 41b47722af8..ebf3af326a9 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,