Skip to content

Commit

Permalink
Update lognormalizer.c to support case fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
pduveau committed May 30, 2018
1 parent 839031c commit e4f41d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lognormalizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ int main(int argc, char *argv[])
case 'S': /* generate pdag statistic file */
extendedStats = 1;
/* INTENTIONALLY NO BREAK! - KEEP order! */
/* fallthrough */
case 's': /* generate pdag statistic file */
if(!strcmp(optarg, "-")) {
fpStats = stdout;
Expand Down

0 comments on commit e4f41d2

Please sign in to comment.