]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Add UNIT_START errno
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 3b31d82e529e7fb84955d4d2f2498a72812e709e..cbfb40835d67911fecf649c1cfb7558baa699a40 100644 (file)
--- a/error.h
+++ b/error.h
@@ -100,6 +100,7 @@ extern const char **para_errlist[];
        PARA_ERROR(READ_STDIN, "failed to read from stdin"), \
        PARA_ERROR(OPEN_COMP, "OpenAComponent() error"), \
        PARA_ERROR(UNIT_INIT, "AudioUnitInitialize() error"), \
+       PARA_ERROR(UNIT_START, "AudioUnitStart() error"), \
        PARA_ERROR(DEFAULT_COMP, "can not find default audio output component"), \