X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=amp_filter.c;h=7e88cc495f2f805196c60ff45538050dc7c33338;hb=3aebd048e74e6ec12367f62cdda386ccc55a6854;hp=29c62e3bf580931788d28c0dd5ddb051f119f256;hpb=9b565c60fd159e12d255bb18db9dbff066deebea;p=paraslash.git diff --git a/amp_filter.c b/amp_filter.c index 29c62e3b..7e88cc49 100644 --- a/amp_filter.c +++ b/amp_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andre Noll + * Copyright (C) 2009-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -7,7 +7,6 @@ /** \file amp_filter.c Paraslash's amplify filter. */ #include -#include #include "para.h" #include "amp_filter.cmdline.h" @@ -119,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)