=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-show-messages.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tmux/cmd-show-messages.c 2013/03/24 09:54:10 1.6 --- src/usr.bin/tmux/cmd-show-messages.c 2013/10/10 12:00:23 1.7 *************** *** 1,4 **** ! /* $OpenBSD: cmd-show-messages.c,v 1.6 2013/03/24 09:54:10 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-show-messages.c,v 1.7 2013/10/10 12:00:23 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 34,40 **** "t:", 0, 0, CMD_TARGET_CLIENT_USAGE, 0, - NULL, NULL, cmd_show_messages_exec }; --- 34,39 ----