X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=c72bdae4fd12cc1df36f96f9ca9ba1678affb66a;hb=e2213f2468eb1c6f8ca033c6529ee1b5ceadab7f;hp=b72f5fa6fc459cbf1a74f752c5290d6f4992603c;hpb=206217ee7b6925f543ba21a7797a4dc32f0d84ab;p=paraslash.git diff --git a/error.h b/error.h index b72f5fa6..c72bdae4 100644 --- a/error.h +++ b/error.h @@ -135,11 +135,11 @@ extern const char **para_errlist[]; #define GRAB_CLIENT_ERRORS \ PARA_ERROR(PEDANTIC_GRAB, "fd not ready and pedantic grab requested"), \ PARA_ERROR(GC_WRITE, "grab client write error"), \ - PARA_ERROR(INVALID_GRAB_MODE, "invalid grab client mode"), \ PARA_ERROR(BAD_GC_SLOT, "invalid slot requested by grab client"), \ PARA_ERROR(BAD_GC_FILTER_NUM, "invalid filter number given"), \ PARA_ERROR(GC_SYNTAX, "grab client syntax error"), \ PARA_ERROR(GC_HELP_GIVEN, ""), /* not really an error */ \ + PARA_ERROR(GC_VERSION_GIVEN, ""), /* not really an error */ \ #define MP3DEC_ERRORS \