fixed switch-case fall-thru

This commit is contained in:
Mark Borgerding 2021-01-23 11:52:53 -05:00
parent e321f7a4d7
commit 7811f7d428

View File

@ -46,6 +46,7 @@ void config(int argc,char** argv)
"\t-s : input is stereo, channels will be combined before fft\n"
"16 bit machine format real input is assumed\n"
);
break;
default:
fprintf (stderr, "bad %c\n", c);
exit (1);