diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/id3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/id3.c b/src/demuxers/id3.c index e5d767b1e..e9ed43d4d 100644 --- a/src/demuxers/id3.c +++ b/src/demuxers/id3.c @@ -898,7 +898,7 @@ int id3v2_parse_tag(input_plugin_t *input, break; case 4: - xprintf(stream->xine, XINE_VERBOSITY_LOG, "ID3V2.3 tag\n"); + xprintf(stream->xine, XINE_VERBOSITY_LOG, "ID3V2.4 tag\n"); result = id3v24_parse_tag(input, stream, mp3_frame_header); break; |