aboutsummaryrefslogtreecommitdiff
path: root/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'fft.c')
-rw-r--r--fft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fft.c b/fft.c
index 48a084e..fd1185f 100644
--- a/fft.c
+++ b/fft.c
@@ -80,7 +80,7 @@ init_fft(size_t n)
}
int
-exec_fft(double *io)
+exec_fft(double *io, size_t n)
{
int i;