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

Diff for /mandoc/tree.c between version 1.5 and 1.6

version 1.5, 2009/02/20 23:35:36 version 1.6, 2009/02/21 21:00:06
Line 123  treeprint_r(const struct mdoc_node *n, int indent)
Line 123  treeprint_r(const struct mdoc_node *n, int indent)
   
   
 /* ARGSUSED */  /* ARGSUSED */
 int  void
 treeprint(const struct mdoc_node *node,  treeprint(const struct mdoc_node *node,
                 const struct mdoc_meta *meta)                  const struct mdoc_meta *meta)
 {  {
   
         treeprint_r(node, 0);          treeprint_r(node, 0);
         return(1);  
 }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb