X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fade.c;h=2ade4710b11c2e56972cb9c86c8cfd9a95a9f64e;hb=53d5ac455d0616a5ee8867c986631ed34c177a42;hp=e05e31733623dacae4beddad69580d077ad23a0d;hpb=9d8fdf8898418711558f70a9630b2444036d8285;p=paraslash.git diff --git a/fade.c b/fade.c index e05e3173..2ade4710 100644 --- a/fade.c +++ b/fade.c @@ -17,7 +17,9 @@ #include "ggo.h" #include "version.h" -INIT_FADE_ERRLISTS; +/** Array of error strings. */ +DEFINE_PARA_ERRLIST; + static struct fade_args_info conf; enum mixer_id {MIXER_ENUM};