aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/buff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/sam/buff.c')
-rw-r--r--src/cmd/sam/buff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/sam/buff.c b/src/cmd/sam/buff.c
index 9a525b66..c32c2ef5 100644
--- a/src/cmd/sam/buff.c
+++ b/src/cmd/sam/buff.c
@@ -2,7 +2,7 @@
enum
{
- Slop = 100, /* room to grow with reallocation */
+ Slop = 100 /* room to grow with reallocation */
};
static