X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.c;h=dfdadab221d0cf0eff3f76cf85e99f18bcb2f22a;hp=d5dac6758cc1a2e2041a97bf8cba4b2abe75e90a;hb=263cda6ee386b9c5d409ca02798632ca67282796;hpb=8d106ca317a2c42f35a86ba244f843688f6939e6 diff --git a/filter.c b/filter.c index d5dac675..dfdadab2 100644 --- a/filter.c +++ b/filter.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.c The stand-alone filter program. */ @@ -34,7 +30,7 @@ static struct lls_parse_result *lpr; /* command line options */ #define OPT_UINT32_VAL(_name) (lls_uint32_val(0, OPT_RESULT(_name))) /** The list of all status items used by para_{server,audiod,gui}. */ -const char *status_item_list[] = {STATUS_ITEM_ARRAY}; +const char *status_item_list[] = {STATUS_ITEMS}; /** * Dummy version which only contains NULL pointers.