Fix a stray GST_DEBUG(0,...)

Original commit message from CVS:
Fix a stray GST_DEBUG(0,...)
This commit is contained in:
David Schleef 2003-07-01 02:28:04 +00:00
parent 5e6d64e776
commit 6e8d09e813

View file

@ -191,7 +191,7 @@ sid_typefind (GstBuffer *buf, gpointer priv)
guchar *data = GST_BUFFER_DATA (buf); guchar *data = GST_BUFFER_DATA (buf);
GstCaps *newcaps; GstCaps *newcaps;
GST_DEBUG (0,"sid_demux: typefind"); GST_DEBUG ("sid_demux: typefind");
if (strncmp ((const char *)data, "PSID", 4)) if (strncmp ((const char *)data, "PSID", 4))
return NULL; return NULL;