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