From 743305a1abc06d69f07d6dcfcee3f0c590928fbf Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 15 Sep 2007 15:26:42 +0200 Subject: [PATCH] error.h: Add error message for E_NO_MATCH. --- error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), \ -- 2.39.2