Skip to content

Commit

Permalink
removed incorrect return (radareorg#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 b6e0f30 commit 0f0090d
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 0f0090d

Please sign in to comment.