X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=df2a240c24681c2d72b213183d80ccd877ffb9be;hb=2fe2b6e212e8e0d09cd1a8fc95f7f2f3a1110485;hp=994ec1ba2c75c56b8f0acb9fe576c11213556244;hpb=d0ca43932625771467cf462981ea244a47da251b;p=paraslash.git diff --git a/error.h b/error.h index 994ec1ba..df2a240c 100644 --- a/error.h +++ b/error.h @@ -32,10 +32,10 @@ extern const char **para_errlist[]; #define AFH_ERRORS \ PARA_ERROR(AFH_SYNTAX, "afh syntax error"), \ + PARA_ERROR(AFH_SHORT_WRITE, "afh short write"), \ #define AFH_COMMON_ERRORS \ - PARA_ERROR(BAD_AUDIO_FILE_SUFFIX, "unknown suffix"), \ PARA_ERROR(AUDIO_FORMAT, "audio format not recognized"), \