# HG changeset patch # User cehoyos # Date 1223248609 0 # Node ID a5c4e1f7aaa7263b85f3c809e98d7ac1ed553e94 # Parent db22dd913ac33bd5421cd9bef039a40200c85fbb Correctly place second const in declaration. diff -r db22dd913ac3 -r a5c4e1f7aaa7 libmpdemux/demux_ty_osd.c --- a/libmpdemux/demux_ty_osd.c Sun Oct 05 21:44:42 2008 +0000 +++ b/libmpdemux/demux_ty_osd.c Sun Oct 05 23:16:49 2008 +0000 @@ -574,14 +574,14 @@ static char TY_XDS_new[ 8 ][ 25 ][ 34 ]; // Array of [ MPAARating|TVRating ][ NumberRatings ] -static const char const *TY_XDS_CHIP[ 2 ][ 8 ] = +static const char * const TY_XDS_CHIP[ 2 ][ 8 ] = { { "(NOT APPLICABLE)", "G", "PG", "PG-13", "R", "NC-17", "X", "(NOT RATED)" }, { "(NOT RATED)", "TV-Y", "TV-Y7", "TV-G", "TV-PG", "TV-14", "TV-MA", "(NOT RATED)" } }; -static const char const *TY_XDS_modes[] = +static const char * const TY_XDS_modes[] = { "CURRENT", // 01h-02h current program "FUTURE ", // 03h-04h future program