diff options
author | 2011-10-23 00:49:25 +0000 | |
---|---|---|
committer | 2011-10-23 00:49:25 +0000 | |
commit | 521765b03b8ddb3c38c655fb24a4a0090711cfab (patch) | |
tree | 362d856d2e23df5b1066cbebdd37d4a06f912ffc /usr.bin/tmux/cmd-save-buffer.c | |
parent | Implement missing enclosures (Ao Do Qo Qq So Bro Brq) (diff) | |
download | wireguard-openbsd-521765b03b8ddb3c38c655fb24a4a0090711cfab.tar.xz wireguard-openbsd-521765b03b8ddb3c38c655fb24a4a0090711cfab.zip |
Plug a memory leak and update some comments, from Tiago Cunha.
Diffstat (limited to 'usr.bin/tmux/cmd-save-buffer.c')
-rw-r--r-- | usr.bin/tmux/cmd-save-buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-save-buffer.c b/usr.bin/tmux/cmd-save-buffer.c index 75115250ad4..33c736a922c 100644 --- a/usr.bin/tmux/cmd-save-buffer.c +++ b/usr.bin/tmux/cmd-save-buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-save-buffer.c,v 1.10 2011/01/04 00:42:47 nicm Exp $ */ +/* $OpenBSD: cmd-save-buffer.c,v 1.11 2011/10/23 00:49:25 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha <me@tiagocunha.org> @@ -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 *); |