From 8d0819bff16dbfbc61a97135742e1a0f1c144f77 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 20 Jun 2014 11:00:19 +0000 Subject: [PATCH] Comment style nits. --- paste.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paste.c b/paste.c index 245cca37..08f4bab5 100644 --- a/paste.c +++ b/paste.c @@ -69,7 +69,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) { @@ -81,7 +81,7 @@ paste_get_top(void) return (pb); } -/* Free the most recent buffer */ +/* Free the most recent buffer. */ int paste_free_top(void) {