=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-show-options.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/tmux/cmd-show-options.c 2009/12/03 17:44:02 1.8 --- src/usr.bin/tmux/cmd-show-options.c 2009/12/03 22:50:10 1.9 *************** *** 1,4 **** ! /* $OpenBSD: cmd-show-options.c,v 1.8 2009/12/03 17:44:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-show-options.c,v 1.9 2009/12/03 22:50:10 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 43,49 **** int cmd_show_options_exec(struct cmd *self, struct cmd_ctx *ctx) { ! struct cmd_target_data *data = self->data; const struct set_option_entry *table; struct session *s; struct winlink *wl; --- 43,49 ---- int cmd_show_options_exec(struct cmd *self, struct cmd_ctx *ctx) { ! struct cmd_target_data *data = self->data; const struct set_option_entry *table; struct session *s; struct winlink *wl;