summaryrefslogtreecommitdiffstats
path: root/paste.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-08-09 20:31:36 +0100
committerThomas Adam <thomas@xteddy.org>2014-08-09 20:31:36 +0100
commita131b82e95df990528371b1d9ca40ee2be264fc8 (patch)
tree156ef097c276e22b60581e3058e2661327240869 /paste.c
parentfd3b7f357200b85a6f3d6e39bae676c7c70ba082 (diff)
parent1ac96200a7462597b137719b376f40ad0cd85216 (diff)
Merge branch 'obsd-master'
Conflicts: client.c
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 0ff5958c..b05cf025 100644
--- a/paste.c
+++ b/paste.c
@@ -68,7 +68,7 @@ paste_walk(struct paste_buffer *pb)
return (RB_NEXT(paste_time_tree, &paste_by_time, pb));
}
-/* Get the most recent automatic buffer */
+/* Get the most recent automatic buffer. */
struct paste_buffer *
paste_get_top(void)
{
@@ -80,7 +80,7 @@ paste_get_top(void)
return (pb);
}
-/* Free the most recent buffer */
+/* Free the most recent buffer. */
int
paste_free_top(void)
{