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

@ -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:");