]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
mpdec.c: %d -> %zd conversion
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index d62781c449b53f09bc628aee0101e3b9d635847a..478aec1f01001c6e0824f4ff9194b7a27bbcc8ed 100644 (file)
--- 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"), \