Comment style nits.

pull/1/head
nicm 2014-06-20 11:00:19 +00:00
parent c8efffb4db
commit 8d0819bff1
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ paste_walk(struct paste_buffer *pb)
return (RB_NEXT(paste_time_tree, &paste_by_time, 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 * struct paste_buffer *
paste_get_top(void) paste_get_top(void)
{ {
@ -81,7 +81,7 @@ paste_get_top(void)
return (pb); return (pb);
} }
/* Free the most recent buffer */ /* Free the most recent buffer. */
int int
paste_free_top(void) paste_free_top(void)
{ {