summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 5df9e37..cbde76e 100644
--- a/main.c
+++ b/main.c
@@ -766,6 +766,7 @@ int motion(TxtLoc *lp, u32 c) {
switch (c) {
case '0':
if (!e.count) goto loop;
+ /* fallthrough */
case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
e.count = (e.count % 100000000) * 10 + c - '0';