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-save-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-save-buffer.c')
-rw-r--r-- | cmd-save-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c index 6fd65696..586fbbba 100644 --- a/cmd-save-buffer.c +++ b/cmd-save-buffer.c @@ -25,7 +25,7 @@ #include "tmux.h" /* - * Saves a session paste buffer to a file. + * Saves a paste buffer to a file. */ int cmd_save_buffer_exec(struct cmd *, struct cmd_ctx *); |