]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fecdec_filter.c
Fix typo in documentation of stdin_command().
[paraslash.git] / fecdec_filter.c
index aea32bfdb8976180dd6aa34f21766c272097973d..d5a708cfd4a5f93fbf94fbb454a7cbca64e9b1cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2009-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -470,7 +470,7 @@ next_buffer:
 out:
        t->error = ret;
        if (ret < 0)
-               btr_remove_node(btrn);
+               btr_remove_node(&fn->btrn);
 }
 
 static void fecdec_open(struct filter_node *fn)