Skip to content

Commit

Permalink
fix: abnormal error message on command line flag '-p'
Browse files Browse the repository at this point in the history
Issue #9
  • Loading branch information
moinejf committed Oct 25, 2017
1 parent 064afe1 commit 87b8e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abcm2ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,7 @@ int main(int argc, char **argv)
cfmt.fields[1] &= ~(1 << ('w' - 'a'));
lock_fmt(&cfmt.fields);
break;
case 'p':
case 'q':
case 'S':
break;
Expand Down

0 comments on commit 87b8e04

Please sign in to comment.