summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/pdbox/PDa/src/d_imayer_fft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pdbox/PDa/src/d_imayer_fft.c b/apps/plugins/pdbox/PDa/src/d_imayer_fft.c
index a78b9370f4..f0d3f34b71 100644
--- a/apps/plugins/pdbox/PDa/src/d_imayer_fft.c
+++ b/apps/plugins/pdbox/PDa/src/d_imayer_fft.c
@@ -110,7 +110,7 @@ static long long halsec[TRIG_TAB_SIZE]= {1,2,3};
110#define SQRT2 ftofix(1.414213562373095048801688724209698) 110#define SQRT2 ftofix(1.414213562373095048801688724209698)
111 111
112 112
113void imayer_fht(t_fixed *fz, int n) 113static void imayer_fht(t_fixed *fz, int n)
114{ 114{
115 int k,k1,k2,k3,k4,kx; 115 int k,k1,k2,k3,k4,kx;
116 t_fixed *fi,*fn,*gi; 116 t_fixed *fi,*fn,*gi;