bunch of minor code cleanup

This commit is contained in:
Mark Borgerding
2004-02-27 03:45:12 +00:00
parent 0fd8da731a
commit e3fe1598f0
17 changed files with 161 additions and 130 deletions

View File

@ -43,7 +43,7 @@ typedef struct kiss_fft_state* kiss_fft_cfg;
*
* Initialize a FFT (or IFFT) algorithm's cfg/state buffer.
*
* typical usage: void * mycfg=kiss_fft_alloc(1024,0,NULL,NULL);
* typical usage: kiss_fft_cfg mycfg=kiss_fft_alloc(1024,0,NULL,NULL);
*
* The return value from fft_alloc is a cfg buffer used internally
* by the fft routine or NULL.