X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=407859ca5a591b42ca8a489ee58aeeb76e5b3c8e;hp=5f828fd4ea5b1a2d47e4982e9b917b22743e7ce4;hb=8d106ca317a2c42f35a86ba244f843688f6939e6;hpb=c529df3d8d1ab989d1d96ffdaf605f582cc44bab diff --git a/error.h b/error.h index 5f828fd4..407859ca 100644 --- a/error.h +++ b/error.h @@ -8,6 +8,7 @@ /** Codes and messages. */ #define PARA_ERRORS \ + PARA_ERROR(SUCCESS, "success"), \ PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \ PARA_ERROR(AAC_DECODE, "aac decode error"), \ PARA_ERROR(ACL_PERM, "access denied by acl"), \ @@ -147,7 +148,7 @@ PARA_ERROR(MP4FF_META_READ, "mp4ff: could not read mp4 metadata"), \ PARA_ERROR(MP4FF_META_WRITE, "mp4ff: could not update mp4 metadata"), \ PARA_ERROR(MP4FF_OPEN, "mp4ff: open failed"), \ - PARA_ERROR(MP4FF_TRACK, "mp4fF: no audio track"), \ + PARA_ERROR(MP4FF_TRACK, "mp4ff: no audio track"), \ PARA_ERROR(MPI_SCAN, "could not scan multi-precision integer"), \ PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \ PARA_ERROR(NO_AFHI, "audio format handler info required"), \