From 7ca387e54271ed1cc5efebfb98f6e11bf176deef Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 23 Jan 2006 14:32:47 +0000 Subject: gst/id3demux/id3v2frames.c: Remove errant break statement, and fix compilation with older GCC. Original commit message from CVS: * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist): Remove errant break statement, and fix compilation with older GCC. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 32342111..2631e6ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-23 Jan Schmidt + + * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist): + Remove errant break statement, and fix compilation with + older GCC. + 2006-01-23 Brian Cameron Reviewed by: Tim-Philipp Müller -- cgit