X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=237fbc23b8efbef763577215330db681898cff7b;hp=739eb6c1fb94cb8446bf5d132a8d4baa9a808051;hb=52781d7f50556c622fc1efacadec6759fb519450;hpb=d0f36435b0f81368a778fda33f3a7df86830f5ac diff --git a/error.h b/error.h index 739eb6c1..237fbc23 100644 --- a/error.h +++ b/error.h @@ -41,7 +41,7 @@ extern const char **para_errlist[]; PARA_ERROR(BTR_EOF, "buffer tree: end of file"), \ #define STDOUT_ERRORS \ - PARA_ERROR(ORPHAN, "orphaned (EOF)"), \ + PARA_ERROR(STDOUT_EOF, "stdout: end of file"), \ #define BITSTREAM_ERRORS \ @@ -79,6 +79,7 @@ extern const char **para_errlist[]; PARA_ERROR(BAD_SAMPLE_FORMAT, "sample format not supported"), \ PARA_ERROR(BAD_CHANNEL_COUNT, "channel count not supported"), \ PARA_ERROR(BAD_SAMPLERATE, "sample rate not supported"), \ + PARA_ERROR(OSS_EOF, "oss: end of file"), \ #define COMPRESS_FILTER_ERRORS \