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

Diff for /src/usr.bin/mandoc/mdoc_validate.c between version 1.25 and 1.26

version 1.25, 2009/07/18 15:34:27 version 1.26, 2009/07/18 16:21:52
Line 1148 
Line 1148 
 {  {
         struct mdoc_node *n;          struct mdoc_node *n;
   
         if (SEC_NAME != mdoc->lastnamed)          if (SEC_NAME != mdoc->lastsec)
                 return(1);                  return(1);
   
         /*          /*

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26