diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-10-23 00:49:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-10-23 00:49:25 +0000 |
commit | e63909655cf2fa3afa1513f5c54f9fd7322d43a6 (patch) | |
tree | b27e250c544970a9e67ce05a5120239b467ecccf /cmd-show-buffer.c | |
parent | 6821ccc8824588652db3d5805cf2e2fd143e8d42 (diff) | |
download | rtmux-e63909655cf2fa3afa1513f5c54f9fd7322d43a6.tar.gz rtmux-e63909655cf2fa3afa1513f5c54f9fd7322d43a6.tar.bz2 rtmux-e63909655cf2fa3afa1513f5c54f9fd7322d43a6.zip |
Plug a memory leak and update some comments, from Tiago Cunha.
Diffstat (limited to 'cmd-show-buffer.c')
-rw-r--r-- | cmd-show-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-show-buffer.c b/cmd-show-buffer.c index 23490169..17d4509d 100644 --- a/cmd-show-buffer.c +++ b/cmd-show-buffer.c @@ -23,7 +23,7 @@ #include "tmux.h" /* - * Show a session paste buffer. + * Show a paste buffer. */ int cmd_show_buffer_exec(struct cmd *, struct cmd_ctx *); |