X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=fe44ff5c50487744881ea1d21d1007528a2ecd70;hp=8ef9e37d9cc4630178641b59146e0e77f4c0567e;hb=e3dfede17fa6c297f89a34cb997b7276c884497a;hpb=fb3fd5b4ddaf52e19303126ea1bacacc5954d808 diff --git a/error.h b/error.h index 8ef9e37d..fe44ff5c 100644 --- a/error.h +++ b/error.h @@ -83,6 +83,7 @@ PARA_ERROR(EMPTY, "file is empty"), \ PARA_ERROR(ENCRYPT, "encrypt error"), \ PARA_ERROR(EOF, "end of file"), \ + PARA_ERROR(EOP, "end of playlist"), \ PARA_ERROR(FEC_BAD_IDX, "invalid index vector"), \ PARA_ERROR(FECDEC_EOF, "received eof packet"), \ PARA_ERROR(FECDEC_OVERRUN, "fecdec output buffer overrun"), \