X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.c;h=62caf09757ec52d45f825698d7f4656696d7bcff;hp=ecb3887ce49fa1cd136e62465282c22873541446;hb=dda88dcb390a44e1f1f68f6248ed513c75dce4bf;hpb=36ec2a43a7d9c085f16544e282a439cdbaec1e00 diff --git a/write.c b/write.c index ecb3887c..62caf097 100644 --- a/write.c +++ b/write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -24,7 +24,8 @@ #include "version.h" #include "check_wav.h" -INIT_WRITE_ERRLISTS; +/** Array of error strings. */ +DEFINE_PARA_ERRLIST; static struct write_args_info conf;