From 171614abbd3a6aee9aba8d49b1a9340d5608ba16 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Mon, 30 Aug 2004 09:10:34 +0000 Subject: [PATCH] remove CR --- src/mesa/main/dlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 41b4772..ebf3af3 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, -- 2.7.4