aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dumbsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'dumbsh.c')
-rw-r--r--dumbsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumbsh.c b/dumbsh.c
index a36e265..058b03a 100644
--- a/dumbsh.c
+++ b/dumbsh.c
@@ -117,7 +117,7 @@ static void doCommand()
117 117
118static void endOfLine() 118static void endOfLine()
119{ 119{
120 TT.x = strlen(toybuf) - 1; 120 TT.x = strlen(toybuf);
121 updateLine(); 121 updateLine();
122} 122}
123 123