aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/sam/cmd.c')
-rw-r--r--src/cmd/sam/cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/sam/cmd.c b/src/cmd/sam/cmd.c
index aa356952..a5b636af 100644
--- a/src/cmd/sam/cmd.c
+++ b/src/cmd/sam/cmd.c
@@ -37,7 +37,7 @@ struct cmdtab cmdtab[]={
'|', 0, 0, 0, 0, aDot, 0, linex, plan9_cmd,
'=', 0, 0, 0, 0, aDot, 0, linex, eq_cmd,
'c'|0x100,0, 0, 0, 0, aNo, 0, wordx, cd_cmd,
- 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0
};
Cmd *parsecmd(int);
Addr *compoundaddr(void);