Changeset 2204879a0c4db4c68d5d72c61dd0e5a783e81d03
- 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
| r89daefd |
r2204879 |
|
| 54 | 54 | |
|---|
| 55 | 55 | static int pi_replaygain_type[] = { 0, 1, 2 }; |
|---|
| 56 | | static char *ppsz_replaygain_type[] = { N_("None"), N_("Title"), N_("Album") }; |
|---|
| | 56 | static const char *ppsz_replaygain_type[] = { N_("None"), N_("Title"), N_("Album") }; |
|---|
| 57 | 57 | |
|---|
| 58 | 58 | vlc_module_begin(); |
|---|