diff options
author | nicm <nicm> | 2014-06-20 11:00:19 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-06-20 11:00:19 +0000 |
commit | 8d0819bff16dbfbc61a97135742e1a0f1c144f77 (patch) | |
tree | 23e27b24e91ffb289cae3a1c59cc1b657a4a783c | |
parent | c8efffb4db5c521640dd5687d2a640ca04664aad (diff) | |
download | rtmux-8d0819bff16dbfbc61a97135742e1a0f1c144f77.tar.gz rtmux-8d0819bff16dbfbc61a97135742e1a0f1c144f77.tar.bz2 rtmux-8d0819bff16dbfbc61a97135742e1a0f1c144f77.zip |
Comment style nits.
-rw-r--r-- | paste.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |