From 96e41491adde583c2cc192ad379b0144c49f4936 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Fri, 2 May 2014 10:51:42 -0700 Subject: [PATCH] Fix incorrect C99 loop declaration --- plugins/LadspaEffect/swh/imp_1199.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/LadspaEffect/swh/imp_1199.c b/plugins/LadspaEffect/swh/imp_1199.c index 599bedb81..f392ef8b4 100644 --- a/plugins/LadspaEffect/swh/imp_1199.c +++ b/plugins/LadspaEffect/swh/imp_1199.c @@ -99,8 +99,10 @@ inline void impulse2freq(int id, float *imp, unsigned int length, fftw_real *out for (i=0; i=last) impulse_time[i] = 0.0f; } #ifdef FFTW3 fftwf_execute(tmp_plan);