X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=96a0c9a3af5062c1cc4780a2ad1de58b7f50441f;hp=31426b04839e829a7594f6127cf48ec0603a56ac;hb=539462ba5d5e6a5aea5cdc786085d40c4d94abc2;hpb=ca14953f8f1c5968578735af5de7e966e9b4487d diff --git a/error.h b/error.h index 31426b04..96a0c9a3 100644 --- a/error.h +++ b/error.h @@ -266,7 +266,7 @@ extern const char **para_errlist[]; #define AFT_ERRORS \ - PARA_ERROR(BAD_AFSI, "invaiid afs info"), \ + PARA_ERROR(BAD_AFSI, "invalid afs info"), \ PARA_ERROR(LOCALTIME, "localtime() failed"), \ PARA_ERROR(STRFTIME, "strftime() failed"), \ PARA_ERROR(BAD_PATH, "invalid path"), \ @@ -275,6 +275,7 @@ extern const char **para_errlist[]; PARA_ERROR(NO_AFHI, "audio format handler info required"), \ PARA_ERROR(AFT_SYNTAX, "audio file table syntax error"), \ PARA_ERROR(HASH_MISMATCH, "hash mismatch, consider re-add"), \ + PARA_ERROR(NO_MATCH, "no matches"), \ #define USER_LIST_ERRORS \