fixed silly bug apparently gcc 3 allows this according to gcc3

Original commit message from CVS:
fixed silly bug
apparently gcc 3 allows this according to gcc3
This commit is contained in:
Thomas Vander Stichele 2002-02-08 10:55:40 +00:00
parent b7e30017df
commit 44e75ff76a

View file

@ -33,9 +33,9 @@ mp3_typefind(GstBuffer *buf, gpointer private)
{
gchar *data;
gulong head;
GstCaps *caps;
data = GST_BUFFER_DATA(buf);
GstCaps *caps;
GST_DEBUG (0,"mp3typefind: typefind\n");