summaryrefslogtreecommitdiffstats
path: root/src/ffts_real.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffts_real.c')
-rw-r--r--src/ffts_real.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffts_real.c b/src/ffts_real.c
index 0327f15..f1355c7 100644
--- a/src/ffts_real.c
+++ b/src/ffts_real.c
@@ -650,7 +650,7 @@ ffts_init_1d_real(size_t N, int sign)
p->B[0] = -0.5f;
#else
p->B[0] = 0.5f;
-#endif
+#endif
p->B[1] = 0.5f;
for (i = 1; i < N/4; i++) {
OpenPOWER on IntegriCloud