X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_common.c;h=add788a8f30465251ff111822b7131cd2e94054b;hp=b406951e8ff145542e9ad579bde5311b7e3be1aa;hb=6e2812e8cb09f4e5d9d12b9d768d134b36c3dd17;hpb=7adbab371baac475d54c7672ff523316d7151327 diff --git a/filter_common.c b/filter_common.c index b406951e..add788a8 100644 --- a/filter_common.c +++ b/filter_common.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file filter_common.c Common helper functions for filter input/output. */ @@ -21,7 +17,7 @@ #include "string.h" /** Iterate over all filters. */ -#define FOR_EACH_FILTER(j) for (j = 1; lls_cmd(j, filter_cmd_suite); j++) +#define FOR_EACH_FILTER(j) for (j = 1; FILTER_CMD(j); j++) /** * Obtain a reference to a filter structure.