mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-12 00:48:53 +01:00
Comment style nits.
This commit is contained in:
parent
c8efffb4db
commit
8d0819bff1
4
paste.c
4
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user