aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/lsb/seq.c')
-rw-r--r--toys/lsb/seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/seq.c b/toys/lsb/seq.c
index b44d05c6..e73d70fc 100644
--- a/toys/lsb/seq.c
+++ b/toys/lsb/seq.c
@@ -55,7 +55,7 @@ static double parsef(char *s)
static char *flush_toybuf(char *ss)
{
if (ss-toybuf<TT.buflen) return ss;
- xwrite(1, toybuf, ss-toybuf);
+ xwrite(1, toybuf, ss-toybuf);
return toybuf;
}