diff psxstr.c @ 1242:996ce2a68147 libavformat

Fix some "'static' is not at beginning of declaration" warnings.
author diego
date Tue, 08 Aug 2006 10:24:26 +0000
parents d18cc9a1fd02
children 0899bfe4105c
line wrap: on
line diff
--- a/psxstr.c	Mon Aug 07 15:48:26 2006 +0000
+++ b/psxstr.c	Tue Aug 08 10:24:26 2006 +0000
@@ -80,7 +80,7 @@
     AVPacket tmp_pkt;
 } StrDemuxContext;
 
-const static char sync_header[12] = {0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00};
+static const char sync_header[12] = {0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00};
 
 static int str_probe(AVProbeData *p)
 {