From bdb814f6ef56edca67e1241eb16df22fdd8ab17c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 6 Dec 2005 19:55:58 +0000 Subject: expand tabs Original commit message from CVS: expand tabs --- ext/audiofile/gstafsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/audiofile/gstafsink.c') diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c index b513a198..ace3c388 100644 --- a/ext/audiofile/gstafsink.c +++ b/ext/audiofile/gstafsink.c @@ -399,7 +399,7 @@ gst_afsink_chain (GstPad * pad, GstData * _data) if (bytes_written < GST_BUFFER_SIZE (buf)) { printf ("afsink : Warning : %d bytes should be written, only %d bytes written\n", - GST_BUFFER_SIZE (buf), bytes_written); + GST_BUFFER_SIZE (buf), bytes_written); } } */ -- cgit v1.2.1