X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=prebuffer_filter.c;h=6078da0757f885eec2fec0dcb9fbda88cb99f454;hp=356fb54cb6a860f6e623e14c0cd819158c98ba19;hb=74592ed100009a2d73e03861ae9626363f06aca9;hpb=8aa9d0cddfefb882cfd8e7cadbeea5cce31b731f diff --git a/prebuffer_filter.c b/prebuffer_filter.c index 356fb54c..6078da07 100644 --- a/prebuffer_filter.c +++ b/prebuffer_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 Andre Noll + * Copyright (C) 2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -77,7 +77,7 @@ static int prebuffer_post_select(__a_unused struct sched *s, void *context) static int prebuffer_parse_config(int argc, char **argv, void **config) { struct prebuffer_filter_args_info *conf = para_calloc(sizeof(*conf)); - int ret = -E_PREBUFFER_SYNTAX; + int ret; prebuffer_filter_cmdline_parser(argc, argv, conf); ret = -ERRNO_TO_PARA_ERROR(EINVAL);