=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/usr.bin/tmux/options.c 2017/04/22 06:13:30 1.34 +++ src/usr.bin/tmux/options.c 2017/05/31 17:56:48 1.35 @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.34 2017/04/22 06:13:30 nicm Exp $ */ +/* $OpenBSD: options.c,v 1.35 2017/05/31 17:56:48 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -114,7 +114,7 @@ { struct options_entry *o, *tmp; - RB_FOREACH_SAFE (o, options_tree, &oo->tree, tmp) + RB_FOREACH_SAFE(o, options_tree, &oo->tree, tmp) options_remove(o); free(oo); }