=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options.c,v retrieving revision 1.54 retrieving revision 1.55 diff -c -r1.54 -r1.55 *** src/usr.bin/tmux/options.c 2019/10/15 08:30:36 1.54 --- src/usr.bin/tmux/options.c 2019/12/03 10:47:22 1.55 *************** *** 1,4 **** ! /* $OpenBSD: options.c,v 1.54 2019/10/15 08:30:36 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options.c,v 1.55 2019/12/03 10:47:22 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 610,616 **** struct options_entry * options_match_get(struct options *oo, const char *s, int *idx, int only, ! int* ambiguous) { char *name; struct options_entry *o; --- 610,616 ---- struct options_entry * options_match_get(struct options *oo, const char *s, int *idx, int only, ! int *ambiguous) { char *name; struct options_entry *o;