X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=5a5d015d4b2996c991909bee853d6cd3d8a0fd57;hb=ecd2ef112f101a03dda582401d58080cd7c7c43d;hp=538c757ae2f5bdc53ca3d6b13cfb7845998d36d1;hpb=d8213149049056e0cabbcbe575a10dfb1a83583e;p=paraslash.git diff --git a/error.h b/error.h index 538c757a..5a5d015d 100644 --- a/error.h +++ b/error.h @@ -85,6 +85,7 @@ extern const char **para_errlist[]; #define COMPRESS_FILTER_ERRORS \ PARA_ERROR(COMPRESS_SYNTAX, "syntax error in compress filter config"), \ + PARA_ERROR(COMPRESS_EOF, "compress: end of file"), \ #define WAV_FILTER_ERRORS \ @@ -420,7 +421,6 @@ extern const char **para_errlist[]; #define FILE_WRITE_ERRORS \ PARA_ERROR(FW_WRITE, "file writer write error"), \ - PARA_ERROR(FW_OPEN, "file writer: can not open output file"), \ PARA_ERROR(FW_NO_FILE, "task started without open file"), \