X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=478aec1f01001c6e0824f4ff9194b7a27bbcc8ed;hp=d62781c449b53f09bc628aee0101e3b9d635847a;hb=adc7eb6f44875124919258916f039eaaac603c82;hpb=e57d2b9211bb734b71838142a7936fe6dfdc449c 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"), \