From 40998b3018e1eca6ffc1ae8a36766456222db100 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 20 May 2003 21:55:28 +0000 Subject: [PATCH] Fix typo in last checkin Original commit message from CVS: Fix typo in last checkin --- gst/auparse/gstauparse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index ed0b154..269766a 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -210,7 +210,6 @@ gst_auparse_chain (GstPad *pad, GstBuffer *buf) /* and of course, someone had to invent a little endian * version. Used by DEC systems. */ - /* } else if (GUINT32_FROM_LE (*head) == 0x0064732E) { auparse->le = 1; head++; -- 2.7.4