mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Comment style nits.
This commit is contained in:
parent
c8efffb4db
commit
8d0819bff1
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue