aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/edit.c')
-rw-r--r--src/cmd/acme/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/acme/edit.c b/src/cmd/acme/edit.c
index d3f82059..81f80300 100644
--- a/src/cmd/acme/edit.c
+++ b/src/cmd/acme/edit.c
@@ -515,7 +515,7 @@ parsecmd(int nest)
if(nextc() == 'g')
cmd.flag = getch();
}
-
+
}
}
}
@@ -613,7 +613,7 @@ simpleaddr(void)
addr.num = getnum(1);
break;
case '0': case '1': case '2': case '3': case '4':
- case '5': case '6': case '7': case '8': case '9':
+ case '5': case '6': case '7': case '8': case '9':
addr.num = getnum(1);
addr.type='l';
break;