From 4fd57bbe3fef59592a8664dcc9fa2ab32ae99c69 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Mar 2004 19:32:27 +0000 Subject: don't mix tabs and spaces Original commit message from CVS: don't mix tabs and spaces --- ext/ivorbis/vorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/ivorbis/vorbis.c') diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index 774687d6..7980f99a 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -33,7 +33,7 @@ plugin_init (GstPlugin * plugin) return FALSE; if (!gst_element_register (plugin, "tremor", GST_RANK_PRIMARY, - ivorbisfile_get_type ())) + ivorbisfile_get_type ())) return FALSE; return TRUE; -- cgit v1.2.1