=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/mode-tree.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/tmux/mode-tree.c 2018/02/28 08:55:44 1.23 +++ src/usr.bin/tmux/mode-tree.c 2018/08/02 11:44:07 1.24 @@ -1,4 +1,4 @@ -/* $OpenBSD: mode-tree.c,v 1.23 2018/02/28 08:55:44 nicm Exp $ */ +/* $OpenBSD: mode-tree.c,v 1.24 2018/08/02 11:44:07 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott @@ -192,7 +192,7 @@ } } -void +static void mode_tree_up(struct mode_tree_data *mtd, int wrap) { if (mtd->current == 0) {