Description: Fix an oversight during type renaming
Author: Simon Richter <sjr@debian.org>
Forwarded: https://github.com/anthonix/ffts/pull/88
Last-Update: 2021-05-14

--- ffts-0.0.20170717.orig/src/ffts_trig.c
+++ ffts-0.0.20170717/src/ffts_trig.c
@@ -881,7 +881,7 @@ int
 ffts_generate_cosine_sine_pow2_32f(ffts_cpx_32f *const table, int table_size)
 {
     const ffts_cpx_64f *FFTS_RESTRICT ct;
-    const double_t *FFTS_RESTRICT hs;
+    const ffts_double_t *FFTS_RESTRICT hs;
     ffts_cpx_64f FFTS_ALIGN(16) w[32];
     int i, log_2, offset;
 
