From ed4e20ac7fb83bddf4c9a1fc65f30821dcbc7935 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 8 Aug 2006 10:24:26 +0000 Subject: Fix some "'static' is not at beginning of declaration" warnings. Originally committed as revision 5956 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/psxstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/psxstr.c') diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index b4a4ac0590..8b026be250 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -80,7 +80,7 @@ typedef struct StrDemuxContext { 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) { -- cgit v1.2.3