Skip to content

Commit

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

0 comments on commit f14d7f9

Please sign in to comment.