]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
error.h: Add error message for E_NO_MATCH.
authorAndre Noll <maan@systemlinux.org>
Sat, 15 Sep 2007 13:26:42 +0000 (15:26 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Sep 2007 13:26:42 +0000 (15:26 +0200)
error.h

diff --git a/error.h b/error.h
index 302d7e9f4c8693b560157c5e74f2f71cb969906e..5763f528740399f50f8da3596d860d9e8a7dbb9f 100644 (file)
--- 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"), \