mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-04 01:28:23 -04:00
fixed switch-case fall-thru
This commit is contained in:
parent
e321f7a4d7
commit
7811f7d428
@ -46,6 +46,7 @@ void config(int argc,char** argv)
|
|||||||
"\t-s : input is stereo, channels will be combined before fft\n"
|
"\t-s : input is stereo, channels will be combined before fft\n"
|
||||||
"16 bit machine format real input is assumed\n"
|
"16 bit machine format real input is assumed\n"
|
||||||
);
|
);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf (stderr, "bad %c\n", c);
|
fprintf (stderr, "bad %c\n", c);
|
||||||
exit (1);
|
exit (1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user