aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/edit.h')
-rw-r--r--src/cmd/acme/edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acme/edit.h b/src/cmd/acme/edit.h
index efa0b02e..211d58a2 100644
--- a/src/cmd/acme/edit.h
+++ b/src/cmd/acme/edit.h
@@ -76,7 +76,7 @@ struct List /* code depends on a long being able to hold a pointer */
enum Defaddr{ /* default addresses */
aNo,
aDot,
- aAll,
+ aAll
};
int nl_cmd(Text*, Cmd*), a_cmd(Text*, Cmd*), b_cmd(Text*, Cmd*);