From: Daniel Borca Date: Mon, 30 Aug 2004 09:10:34 +0000 (+0000) Subject: remove CR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=171614abbd3a6aee9aba8d49b1a9340d5608ba16;p=mesa.git remove CR --- 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,