From 9c59a30694782fe175fee5c54f2d008e9fbf489d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 14 Sep 2018 18:07:38 +0200 Subject: [PATCH] examples/utils.h: process_block returns void --- examples/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/utils.h b/examples/utils.h index e911bef4..5cc9ef94 100644 --- a/examples/utils.h +++ b/examples/utils.h @@ -66,7 +66,7 @@ typedef void (aubio_print_func_t) (void); void send_noteon (smpl_t pitch, smpl_t velo); /** common process function */ -typedef int (*aubio_process_func_t) (fvec_t * input, fvec_t * output); +typedef void (*aubio_process_func_t) (fvec_t * input, fvec_t * output); void process_block (fvec_t *ibuf, fvec_t *obuf); void process_print (void); -- 2.11.0