tiny style fix

master
Hiltjo Posthuma 2020-05-30 21:39:49 +02:00
parent 94b8ec0021
commit e6e2c6199f
1 changed files with 1 additions and 2 deletions

1
st.c
View File

@ -843,7 +843,6 @@ ttyread(void)
if (buflen > 0)
memmove(buf, buf + written, buflen);
return ret;
}
}