From: Paul Brossier Date: Fri, 3 Jan 2014 22:43:23 +0000 (-0400) Subject: tests/src/io/test-source_apple_audio.c: return error code X-Git-Tag: 0.4.1~100 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=2a0a4f1b126159ec9d3d67c58d6a9e9251c0db60;p=aubio.git tests/src/io/test-source_apple_audio.c: return error code --- diff --git a/tests/src/io/test-source_apple_audio.c b/tests/src/io/test-source_apple_audio.c index c61e7154..da155d6d 100644 --- a/tests/src/io/test-source_apple_audio.c +++ b/tests/src/io/test-source_apple_audio.c @@ -56,5 +56,5 @@ beach: err = 3; PRINT_ERR("aubio was not compiled with aubio_source_apple_audio\n"); #endif /* __APPLE__ */ - return 0; + return err; }