=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/tmux/options.c 2015/11/18 13:06:54 1.15 +++ src/usr.bin/tmux/options.c 2015/12/08 08:14:04 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.15 2015/11/18 13:06:54 nicm Exp $ */ +/* $OpenBSD: options.c,v 1.16 2015/12/08 08:14:04 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -47,7 +47,7 @@ struct options * options_create(struct options *parent) { - struct options *oo; + struct options *oo; oo = xcalloc(1, sizeof *oo); RB_INIT(&oo->tree);