aboutsummaryrefslogtreecommitdiff
path: root/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'fft.h')
-rw-r--r--fft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fft.h b/fft.h
index cf69e54..3feba73 100644
--- a/fft.h
+++ b/fft.h
@@ -21,6 +21,6 @@
struct fft;
struct fft *init_fft(int);
-int dofft(struct fft *, int16_t *, double *, double *, int, double *, float);
+int dofft(struct fft *, int16_t *, double *, double *, int, float);
#endif