diff wc3movie.c @ 2786:6050822262f6 libavformat

1000l _reserved (found by checktree.sh)
author michael
date Sat, 01 Dec 2007 00:07:51 +0000
parents d52c718e83f9
children b74cbb146e2d
line wrap: on
line diff
--- a/wc3movie.c	Thu Nov 29 08:35:05 2007 +0000
+++ b/wc3movie.c	Sat Dec 01 00:07:51 2007 +0000
@@ -33,7 +33,7 @@
 
 #define FORM_TAG MKTAG('F', 'O', 'R', 'M')
 #define MOVE_TAG MKTAG('M', 'O', 'V', 'E')
-#define _PC__TAG MKTAG('_', 'P', 'C', '_')
+#define  PC__TAG MKTAG('_', 'P', 'C', '_')
 #define SOND_TAG MKTAG('S', 'O', 'N', 'D')
 #define BNAM_TAG MKTAG('B', 'N', 'A', 'M')
 #define SIZE_TAG MKTAG('S', 'I', 'Z', 'E')
@@ -165,7 +165,7 @@
             url_fseek(pb, size, SEEK_CUR);
             break;
 
-        case _PC__TAG:
+        case PC__TAG:
             /* need the number of palettes */
             url_fseek(pb, 8, SEEK_CUR);
             if ((ret = get_buffer(pb, preamble, 4)) != 4)