Changeset 2204879a0c4db4c68d5d72c61dd0e5a783e81d03

Show
Ignore:
Timestamp:
07/03/07 23:46:43 (2 years ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1173307603 +0000
git-parent:

[6b8c8ec696196a6f00078283e6674c41bea683b1]

git-author:
Laurent Aimar <fenrir@videolan.org> 1173307603 +0000
Message:

Small warning fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/mpc.c

    r89daefd r2204879  
    5454 
    5555static int  pi_replaygain_type[] = { 0, 1, 2 }; 
    56 static char *ppsz_replaygain_type[] = { N_("None"), N_("Title"), N_("Album") }; 
     56static const char *ppsz_replaygain_type[] = { N_("None"), N_("Title"), N_("Album") }; 
    5757 
    5858vlc_module_begin();