Fix typo in last checkin

Original commit message from CVS:
Fix typo in last checkin
This commit is contained in:
David Schleef 2003-05-20 21:55:28 +00:00
parent 3a70d95a84
commit 40998b3018

View file

@ -210,7 +210,6 @@ gst_auparse_chain (GstPad *pad, GstBuffer *buf)
/* and of course, someone had to invent a little endian /* and of course, someone had to invent a little endian
* version. Used by DEC systems. */ * version. Used by DEC systems. */
/*
} else if (GUINT32_FROM_LE (*head) == 0x0064732E) { } else if (GUINT32_FROM_LE (*head) == 0x0064732E) {
auparse->le = 1; auparse->le = 1;
head++; head++;