X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=ba8409dfff4e42375629ba50f8a99281ac1aa574;hb=80ff4e0205b6eefa603835fdc30f7f32fbd21f9f;hp=3b57680b92e2c2c057c55d9ef148fe8bb51d25c3;hpb=f6a99f9e27cf84d92fc992677dca9578c5a3b585;p=paraslash.git diff --git a/error.h b/error.h index 3b57680b..ba8409df 100644 --- a/error.h +++ b/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2013 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -181,6 +181,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 \