summaryrefslogtreecommitdiffstats
path: root/gst/monoscope/convolve.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
commit3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch)
treedc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /gst/monoscope/convolve.c
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/monoscope/convolve.c')
-rw-r--r--gst/monoscope/convolve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/monoscope/convolve.c b/gst/monoscope/convolve.c
index 4d282148..070baa4d 100644
--- a/gst/monoscope/convolve.c
+++ b/gst/monoscope/convolve.c
@@ -19,7 +19,7 @@
*
*
* Note: 7th December 2004: This file used to be licensed under the GPL,
- * but we got permission from Ralp Loader to relicense it to LGPL.
+ * but we got permission from Ralp Loader to relicense it to LGPL.
*
* $Id$
*
@@ -288,7 +288,7 @@ convolve_match (const int *lastchoice,
for (i = 0; i < 256; i++)
right[i] -= avg;
/* End-of-stack marker. */
-#if 0 /* The following line produces a CRASH, need to figure out why?!! */
+#if 0 /* The following line produces a CRASH, need to figure out why?!! */
top[1].b.null = scratch;
#endif
top[1].b.main = NULL;