tiny style fix
This commit is contained in:
parent
94b8ec0021
commit
e6e2c6199f
1 changed files with 1 additions and 2 deletions
1
st.c
1
st.c
|
@ -843,7 +843,6 @@ ttyread(void)
|
||||||
if (buflen > 0)
|
if (buflen > 0)
|
||||||
memmove(buf, buf + written, buflen);
|
memmove(buf, buf + written, buflen);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue