[BACK]Return to options.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/options.c between version 1.15 and 1.16

version 1.15, 2015/11/18 13:06:54 version 1.16, 2015/12/08 08:14:04
Line 47 
Line 47 
 struct options *  struct options *
 options_create(struct options *parent)  options_create(struct options *parent)
 {  {
         struct options *oo;          struct options  *oo;
   
         oo = xcalloc(1, sizeof *oo);          oo = xcalloc(1, sizeof *oo);
         RB_INIT(&oo->tree);          RB_INIT(&oo->tree);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16