X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=dc9385a74e73784148c3ba79b999ffabb0139917;hp=301e2ca5e1ae36a045a044d8f69c072e82c62a88;hb=9c1aa53f0cda586aa13a022452d16a2704055578;hpb=d1e6b28f66e243516d01916f9125baee75dd98d6 diff --git a/error.h b/error.h index 301e2ca5..dc9385a7 100644 --- a/error.h +++ b/error.h @@ -20,7 +20,6 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define GUI_THEME_ERRORS #define RINGBUFFER_ERRORS #define SCORE_ERRORS -#define RBTREE_ERRORS #define RECV_ERRORS #define IPC_ERRORS #define DCCP_SEND_ERRORS @@ -181,6 +180,7 @@ extern const char **para_errlist[]; PARA_ERROR(AO_PLAY, "ao_play() failed"), \ PARA_ERROR(AO_BAD_SAMPLE_FORMAT, "ao: unsigned sample formats not supported"), \ PARA_ERROR(AO_PTHREAD, "pthread error"), \ + PARA_ERROR(AO_EOF, "ao: end of file"), \ #define COMPRESS_FILTER_ERRORS \