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-set-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-set-buffer.c')
-rw-r--r-- | usr.bin/tmux/cmd-set-buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-set-buffer.c b/usr.bin/tmux/cmd-set-buffer.c index f4e1a0c7eaa..64ca74c23f5 100644 --- a/usr.bin/tmux/cmd-set-buffer.c +++ b/usr.bin/tmux/cmd-set-buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-set-buffer.c,v 1.9 2011/05/25 17:51:31 nicm Exp $ */ +/* $OpenBSD: cmd-set-buffer.c,v 1.10 2011/10/23 00:49:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -23,7 +23,7 @@ #include "tmux.h" /* - * Add or set a session paste buffer. + * Add or set a paste buffer. */ int cmd_set_buffer_exec(struct cmd *, struct cmd_ctx *); |