]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - amp_filter.c
gui: Fix some trivial whitespace and spelling issues.
[paraslash.git] / amp_filter.c
index dddc0a85c3c11f29294074c9b6d565729dfc6e98..c3e55cf0477b253dfd663953613c2ed5f95daa51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2009-2014 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -73,7 +73,7 @@ static int amp_post_select(__a_unused struct sched *s, struct task *t)
        bool inplace = btr_inplace_ok(btrn);
 
        if (pad->amp == 0) { /* no amplification */
-               btr_splice_out_node(btrn);
+               btr_splice_out_node(&fn->btrn);
                return -E_AMP_ZERO_AMP;
        }
 next_buffer: