tests/src/io/test-source_apple_audio.c: return error code
authorPaul Brossier <piem@piem.org>
Fri, 3 Jan 2014 22:43:23 +0000 (18:43 -0400)
committerPaul Brossier <piem@piem.org>
Fri, 3 Jan 2014 22:43:23 +0000 (18:43 -0400)
tests/src/io/test-source_apple_audio.c

index c61e715..da155d6 100644 (file)
@@ -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;
 }