=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/cmd-suspend-client.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/tmux/Attic/cmd-suspend-client.c 2009/06/01 22:58:49 1.1 +++ src/usr.bin/tmux/Attic/cmd-suspend-client.c 2009/07/13 23:11:35 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-suspend-client.c,v 1.1 2009/06/01 22:58:49 nicm Exp $ */ +/* $OpenBSD: cmd-suspend-client.c,v 1.2 2009/07/13 23:11:35 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -37,7 +37,7 @@ const struct cmd_entry cmd_suspend_client_entry = { "suspend-client", "suspendc", "[-c target-client]", - 0, + 0, 0, cmd_target_init, cmd_target_parse, cmd_suspend_client_exec,