X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=b970947704dffb401097a5ebe4d88a8624ad423a;hp=34b18f193bef5dd4f8a54083cbb4c842ae3ed8be;hb=63064b3d49037ab259b7c45479aad4d00a2eca91;hpb=0a405367cdc8f3b0f49fb5ec3798378a2fc4589b diff --git a/error.h b/error.h index 34b18f19..b9709477 100644 --- a/error.h +++ b/error.h @@ -97,7 +97,6 @@ extern const char **para_errlist[]; #define USER_LIST_ERRORS \ PARA_ERROR(USERLIST, "failed to open user list file"), \ - PARA_ERROR(BAD_USER, "you don't exist. Go away."), \ #define OSX_WRITE_ERRORS \ @@ -203,6 +202,7 @@ extern const char **para_errlist[]; PARA_ERROR(AUDIOD_SYNTAX, "syntax error"), \ PARA_ERROR(UCRED_PERM, "permission denied"), \ PARA_ERROR(INVALID_AUDIOD_CMD, "invalid command"), \ + PARA_ERROR(BAD_USER, "you don't exist. Go away."), \ #define FILTER_CHAIN_ERRORS \