summaryrefslogtreecommitdiffstats
path: root/src/ffts.c
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2016-10-02 17:21:47 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2016-10-02 17:37:25 -0500
commitc3f7d77c7934892c62838a51444b8e70d6ba64ff (patch)
tree938dd3c4723fcff9b6f6e1c761d958e9901e7b6e /src/ffts.c
parent0809ce7076e662953465f0a8d45127ef763e8e93 (diff)
downloadffts-c3f7d77c7934892c62838a51444b8e70d6ba64ff.zip
ffts-c3f7d77c7934892c62838a51444b8e70d6ba64ff.tar.gz
Fix Autotools build
Diffstat (limited to 'src/ffts.c')
-rw-r--r--src/ffts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffts.c b/src/ffts.c
index 5d72a52..7fa675a 100644
--- a/src/ffts.c
+++ b/src/ffts.c
@@ -536,4 +536,4 @@ ffts_init_1d(size_t N, int sign)
cleanup:
ffts_free_1d(p);
return NULL;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud