=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-set-option.c,v retrieving revision 1.84 retrieving revision 1.85 diff -c -r1.84 -r1.85 *** src/usr.bin/tmux/cmd-set-option.c 2015/10/27 15:58:42 1.84 --- src/usr.bin/tmux/cmd-set-option.c 2015/11/12 11:05:34 1.85 *************** *** 1,4 **** ! /* $OpenBSD: cmd-set-option.c,v 1.84 2015/10/27 15:58:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-set-option.c,v 1.85 2015/11/12 11:05:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 394,400 **** const struct options_table_entry *oe, struct options *oo, const char *value) { ! int key; if ((key = key_string_lookup_string(value)) == KEYC_NONE) { cmdq_error(cmdq, "bad key: %s", value); --- 394,400 ---- const struct options_table_entry *oe, struct options *oo, const char *value) { ! key_code key; if ((key = key_string_lookup_string(value)) == KEYC_NONE) { cmdq_error(cmdq, "bad key: %s", value);