=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/mode-tree.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/tmux/mode-tree.c 2017/06/07 14:37:30 1.3 +++ src/usr.bin/tmux/mode-tree.c 2017/06/07 15:27:46 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: mode-tree.c,v 1.3 2017/06/07 14:37:30 nicm Exp $ */ +/* $OpenBSD: mode-tree.c,v 1.4 2017/06/07 15:27:46 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott @@ -595,7 +595,7 @@ continue; } if (mtd->searchcb(mtd->modedata, mti->itemdata, mtd->ss)) - return (mti); + return (mti); } return (NULL); }