# HG changeset patch # User mru # Date 1255788448 0 # Node ID 2568a59ac5fe70b9db9a1a3d2e159ff5d971c33c # Parent c17cb5ef9c614e23690784691e6db6792b967bf4 Remove extraneous const keyword diff -r c17cb5ef9c61 -r 2568a59ac5fe id3v2.h --- a/id3v2.h Sat Oct 17 11:15:45 2009 +0000 +++ b/id3v2.h Sat Oct 17 14:07:28 2009 +0000 @@ -58,6 +58,6 @@ * A list of ID3v2.4 text information frames. * http://www.id3.org/id3v2.4.0-frames */ -extern const char const ff_id3v2_tags[][4]; +extern const char ff_id3v2_tags[][4]; #endif /* AVFORMAT_ID3V2_H */