aboutsummaryrefslogtreecommitdiff
path: root/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'paste.c')
-rw-r--r--paste.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/paste.c b/paste.c
index 81dad57f..4596ce95 100644
--- a/paste.c
+++ b/paste.c
@@ -106,7 +106,7 @@ paste_free_index(struct paste_stack *ps, u_int idx)
return (0);
}
-/*
+/*
* Add an item onto the top of the stack, freeing the bottom if at limit. Note
* that the caller is responsible for allocating data.
*/
@@ -133,7 +133,7 @@ paste_add(struct paste_stack *ps, char *data, size_t size, u_int limit)
}
-/*
+/*
* Replace an item on the stack. Note that the caller is responsible for
* allocating data.
*/