Skip to content

Commit

Permalink
removed incorrect return (#9685)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanpencil authored and XVilka committed Mar 14, 2018
1 parent f91bd2d commit bc5ade5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libr/cons/dietline.c
Expand Up @@ -142,7 +142,6 @@ static int r_line_readchar_utf8(ut8 *s, int slen) {
int ch = r_cons_readchar ();
if (ch != -1) {
s[i] = ch;
return 1;
}
if ((s[i] & 0xc0) != 0x80) {
return -1;
Expand Down

0 comments on commit bc5ade5

Please sign in to comment.