X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=f8fd80faa77bdea4a4f1139bb8168268ce59ddc3;hp=337c8062e2b4257f47e7412d3d1ca631edd503a1;hb=3af6411b482ed8db2243f3e11bb06cf3adba6936;hpb=ca006af72cef95b0aba3cad799badde47010a621 diff --git a/audioc.c b/audioc.c index 337c8062..f8fd80fa 100644 --- a/audioc.c +++ b/audioc.c @@ -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;