diff options
Diffstat (limited to 'libaf/dsp.h')
-rw-r--r-- | libaf/dsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/dsp.h b/libaf/dsp.h index 87a20c7b7d..dd788d5a49 100644 --- a/libaf/dsp.h +++ b/libaf/dsp.h @@ -14,7 +14,7 @@ /* Implementation of routines used for DSP */ /* Size of floating point type used in routines */ -#define _ftype_t float +#define FLOAT_TYPE float #include "window.h" #include "filter.h" |