From: Andre Noll Date: Sat, 15 Sep 2007 13:26:42 +0000 (+0200) Subject: error.h: Add error message for E_NO_MATCH. X-Git-Tag: v0.3.0~405 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=743305a1abc06d69f07d6dcfcee3f0c590928fbf error.h: Add error message for E_NO_MATCH. --- diff --git a/error.h b/error.h index 302d7e9f..5763f528 100644 --- a/error.h +++ b/error.h @@ -200,7 +200,7 @@ extern const char **para_errlist[]; PARA_ERROR(BAD_PATH, "invalid path"), \ PARA_ERROR(BAD_SORT, "fixme"), \ PARA_ERROR(FNMATCH, "fixme"), \ - PARA_ERROR(NO_MATCH, "fixme"), \ + PARA_ERROR(NO_MATCH, "no matches"), \ PARA_ERROR(NO_AFHI, "fixme"), \ PARA_ERROR(AFT_SYNTAX, "syntax error"), \ PARA_ERROR(HASH_MISMATCH, "fixme"), \