diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-18 22:21:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-18 22:21:51 +0000 |
commit | 99df48d70f10dcf8f95d4684262a3392d72ee9c6 (patch) | |
tree | e3e7768fa327c937e15a35579c8ce3362ff96f51 /cmd-copy-mode.c | |
parent | 28aefe41623daba7685fe54ceb0b6952d5f6d98a (diff) | |
download | rtmux-99df48d70f10dcf8f95d4684262a3392d72ee9c6.tar.gz rtmux-99df48d70f10dcf8f95d4684262a3392d72ee9c6.tar.bz2 rtmux-99df48d70f10dcf8f95d4684262a3392d72ee9c6.zip |
Trimify.
Diffstat (limited to 'cmd-copy-mode.c')
-rw-r--r-- | cmd-copy-mode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c index 530ee947..0746b3fd 100644 --- a/cmd-copy-mode.c +++ b/cmd-copy-mode.c @@ -1,4 +1,4 @@ -/* $Id: cmd-copy-mode.c,v 1.10 2008-06-05 21:25:00 nicm Exp $ */ +/* $Id: cmd-copy-mode.c,v 1.11 2008-06-18 22:21:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -27,7 +27,7 @@ void cmd_copy_mode_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_copy_mode_entry = { - "copy-mode", NULL, + "copy-mode", NULL, CMD_TARGET_WINDOW_USAGE, 0, cmd_target_init, |