shithub: aubio

Download patch

ref: 2a0a4f1b126159ec9d3d67c58d6a9e9251c0db60
parent: 2e0106007ac3311b3ca31a309603804c8bd169ff
author: Paul Brossier <piem@piem.org>
date: Fri Jan 3 13:43:23 EST 2014

tests/src/io/test-source_apple_audio.c: return error code

--- a/tests/src/io/test-source_apple_audio.c
+++ b/tests/src/io/test-source_apple_audio.c
@@ -56,5 +56,5 @@
   err = 3;
   PRINT_ERR("aubio was not compiled with aubio_source_apple_audio\n");
 #endif /* __APPLE__ */
-  return 0;
+  return err;
 }