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

Diff for /mandoc/mdoc_validate.c between version 1.178 and 1.179

version 1.178, 2011/11/18 14:58:24 version 1.179, 2011/11/19 13:29:47
Line 1693  post_rs(POST_ARGS)
Line 1693  post_rs(POST_ARGS)
                 mdoc_node_delete(mdoc, nn);                  mdoc_node_delete(mdoc, nn);
         }          }
   
         /* Bail out early if a plain text node is found inside .Rs. */          /*
            * Nothing to sort if only invalid nodes were found
            * inside the `Rs' body.
            */
   
         if (NULL == mdoc->last->child)          if (NULL == mdoc->last->child)
                 return(1);                  return(1);
   

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179

CVSweb