X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;fp=error.h;h=97d678176ef4b49a9892fcf67a06fc05ec902a7d;hp=899c574b315cd9e8ee7356eb29c1828e1dd6ae04;hb=c62b1c7be957398d6641b00f2282fb7235091a3c;hpb=20f5b300754a48b96bbf591395001d08b9b32a9a 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"), \