aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/elog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/elog.c')
-rw-r--r--src/cmd/acme/elog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/acme/elog.c b/src/cmd/acme/elog.c
index 022d928e..0fd45ddd 100644
--- a/src/cmd/acme/elog.c
+++ b/src/cmd/acme/elog.c
@@ -36,7 +36,7 @@ struct Buflog
enum
{
- Buflogsize = sizeof(Buflog)/sizeof(Rune),
+ Buflogsize = sizeof(Buflog)/sizeof(Rune)
};
/*
@@ -46,7 +46,7 @@ enum
enum
{
Minstring = 16, /* distance beneath which we merge changes */
- Maxstring = RBUFSIZE, /* maximum length of change we will merge into one */
+ Maxstring = RBUFSIZE /* maximum length of change we will merge into one */
};
void