remove CR
authorDaniel Borca <dborca@users.sourceforge.net>
Mon, 30 Aug 2004 09:10:34 +0000 (09:10 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Mon, 30 Aug 2004 09:10:34 +0000 (09:10 +0000)
src/mesa/main/dlist.c

index 41b4772..ebf3af3 100644 (file)
@@ -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 */\r
+       OPCODE_INVALID = -1,                    /* Force signed enum */
        OPCODE_ACCUM,
        OPCODE_ALPHA_FUNC,
         OPCODE_BIND_TEXTURE,