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

Diff for /mandoc/man_validate.c between version 1.19 and 1.20

version 1.19, 2009/08/19 09:14:50 version 1.20, 2009/08/19 12:15:58
Line 139  static int
Line 139  static int
 check_root(CHKARGS)  check_root(CHKARGS)
 {  {
   
         /* FIXME: closing out explicit scope! */  
   
         /* XXX - make this into a warning? */          /* XXX - make this into a warning? */
         if (MAN_BLINE & m->flags)          if (MAN_BLINE & m->flags)
                 return(man_nerr(m, n, WEXITSCOPE));                  return(man_nerr(m, n, WEXITSCOPE));

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb