Skip to content

Commit

Permalink
fixed switch-case fall-thru
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerding committed Jan 23, 2021
1 parent e321f7a commit 7811f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/psdpng.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7811f7d

Please sign in to comment.