Skip to content

Commit

Permalink
Minor indent fix
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka committed Oct 17, 2015
1 parent c2c47a0 commit a565ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figlet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ inchr getinchr()
}

switch(multibyte) {
case 0: /* single-byte */
case 0: /* single-byte */
return iso2022();
case 1: /* DBCS */
ch = Agetchar();
Expand Down

0 comments on commit a565ae1

Please sign in to comment.