]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - amp_filter.c
Makefile: Remove targets for html man pages.
[paraslash.git] / amp_filter.c
index e857e31a5e3d01586c0bc4fe3a261b5040e9196f..7e88cc495f2f805196c60ff45538050dc7c33338 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2011 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2009-2012 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -118,7 +118,7 @@ next_buffer:
 err:
        assert(ret < 0);
        t->error = ret;
-       btr_remove_node(btrn);
+       btr_remove_node(&fn->btrn);
 }
 
 static void amp_free_config(void *conf)