X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=fade.c;h=67dc4d5494c13ea8d6d167d56502b5818146bcff;hb=63128eead92c4e07559b222e2d3d0999be8c82ff;hp=2a001ebacde964eb1f710413540cc23f2bc85699;hpb=121015ff5cdbe6af7b84f6245ebe62fe2a52a859;p=paraslash.git diff --git a/fade.c b/fade.c index 2a001eba..67dc4d54 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};