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

Diff for /mandoc/Attic/man_action.c between version 1.29 and 1.30

version 1.29, 2010/03/24 20:10:53 version 1.30, 2010/03/27 10:04:56
Line 124  post_de(struct man *m)
Line 124  post_de(struct man *m)
          */           */
         if (MAN_BLOCK == m->last->type)          if (MAN_BLOCK == m->last->type)
                 man_node_delete(m, m->last);                  man_node_delete(m, m->last);
   
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb