mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
bunch of minor code cleanup
This commit is contained in:
@ -13,7 +13,7 @@ int main(int argc,char ** argv)
|
||||
int numffts=1000,i;
|
||||
kiss_fft_cpx * buf;
|
||||
kiss_fft_cpx * bufout;
|
||||
void *st;
|
||||
kiss_fft_cfg st;
|
||||
|
||||
while (1) {
|
||||
int c = getopt (argc, argv, "n:ix:");
|
||||
|
Reference in New Issue
Block a user