X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=f8fd80faa77bdea4a4f1139bb8168268ce59ddc3;hp=337c8062e2b4257f47e7412d3d1ca631edd503a1;hb=bc78a94412b17dfd445d6bb88f752041df3cf7ba;hpb=6e0b28e02a1013c019a3225e922b71f913bfbae4 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;