diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:55:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:55:58 +0000 |
commit | bdb814f6ef56edca67e1241eb16df22fdd8ab17c (patch) | |
tree | 7b43c9dfbf67b852503d263a322064f0101bf591 /ext/audiofile/gstafsrc.c | |
parent | 04ad447fcfa1502907339a6a68e975bb6d35536a (diff) | |
download | gstreamer-plugins-bad-bdb814f6ef56edca67e1241eb16df22fdd8ab17c.tar.gz |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'ext/audiofile/gstafsrc.c')
-rw-r--r-- | ext/audiofile/gstafsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c index b17a87708..e864cf8f5 100644 --- a/ext/audiofile/gstafsrc.c +++ b/ext/audiofile/gstafsrc.c @@ -364,7 +364,7 @@ gst_afsrc_close_file (GstAFSrc * src) /* g_print ("DEBUG: closing srcfile...\n"); */ g_return_if_fail (GST_OBJECT_FLAG_IS_SET (src, GST_AFSRC_OPEN)); /* g_print ("DEBUG: past flag test\n"); */ -/* if (fclose (src->file) != 0) */ +/* if (fclose (src->file) != 0) */ if (afCloseFile (src->file) != 0) { GST_ELEMENT_ERROR (src, RESOURCE, CLOSE, (_("Error closing file \"%s\"."), src->filename), GST_ERROR_SYSTEM); |