[BACK]Return to man_macro.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man_macro.c between version 1.67 and 1.68

version 1.67, 2011/11/18 16:39:08 version 1.68, 2011/11/18 16:43:29
Line 121  man_unscope(struct man *m, const struct man_node *to, 
Line 121  man_unscope(struct man *m, const struct man_node *to, 
         assert(to);          assert(to);
   
         if (MAN_ROOT != m->last->type)          if (MAN_ROOT != m->last->type)
                 return(0);                  return(1);
         m->next = MAN_NEXT_SIBLING;          m->next = MAN_NEXT_SIBLING;
   
         /* LINTED */          /* LINTED */

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb