X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=97d678176ef4b49a9892fcf67a06fc05ec902a7d;hb=f012a742a9b342c51e3c6bef22eaab0f39cb9e46;hp=899c574b315cd9e8ee7356eb29c1828e1dd6ae04;hpb=94802b02fadd65ac1704fe9fcbcf0a2b023d2fa4;p=paraslash.git diff --git a/error.h b/error.h index 899c574b..97d67817 100644 --- a/error.h +++ b/error.h @@ -8,6 +8,7 @@ /** Codes and messages. */ #define PARA_ERRORS \ + PARA_ERROR(SUCCESS, "success"), \ PARA_ERROR(AAC_AFH_INIT, "failed to init aac decoder"), \ PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \ PARA_ERROR(AAC_DECODE, "aac decode error"), \