From 15b97d9f4f9078c1d82faa8ac8b71bc2334ce5ec Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 21 Nov 2007 00:40:43 +0100 Subject: [PATCH] pitchyinfft.c: return 0., not 0 --- src/pitchyinfft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pitchyinfft.c b/src/pitchyinfft.c index e66573e9..1a59609c 100644 --- a/src/pitchyinfft.c +++ b/src/pitchyinfft.c @@ -137,7 +137,7 @@ smpl_t aubio_pitchyinfft_detect(aubio_pitchyinfft_t * p, fvec_t * input, smpl_t return vec_quadint_min(yin,tau,1); } } else - return 0; + return 0.; } void del_aubio_pitchyinfft(aubio_pitchyinfft_t *p){ -- 2.26.2