X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=f8fd80faa77bdea4a4f1139bb8168268ce59ddc3;hp=8c6b7ec8f1b7df61b790bc55d09cd0755bbf141a;hb=3af6411b482ed8db2243f3e11bb06cf3adba6936;hpb=06cf1943be32153d075ea90a5da12ac93ab2e90a diff --git a/audioc.c b/audioc.c index 8c6b7ec8..f8fd80fa 100644 --- a/audioc.c +++ b/audioc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -24,7 +24,8 @@ #include "ggo.h" #include "version.h" -INIT_AUDIOC_ERRLISTS; +/** Array of error strings. */ +DEFINE_PARA_ERRLIST; /** The gengetopt structure containing command line args. */ static struct audioc_args_info conf;