X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=478aec1f01001c6e0824f4ff9194b7a27bbcc8ed;hb=a4dbed1c3c7fb8b1b334aa62edcd8d673b3d18b2;hp=d62781c449b53f09bc628aee0101e3b9d635847a;hpb=68c418757c730233c63efcc3a5731b90f63238f3;p=paraslash.git diff --git a/error.h b/error.h index d62781c4..478aec1f 100644 --- a/error.h +++ b/error.h @@ -240,6 +240,7 @@ extern const char **para_errlist[]; PARA_ERROR(GET_AUDIO_FILE, "can not get current audio file"), \ PARA_ERROR(GET_STREAM, "can not get current stream"), \ PARA_ERROR(NO_STREAM, "no such stream"), \ + PARA_ERROR(AUDIO_FILE, "no such audio file"), \ PARA_ERROR(GET_QUERY, "can not get query for specified stream"), \ PARA_ERROR(TMPFILE, "error while writing temporary file"), \ PARA_ERROR(META, "can not get meta data"), \