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

Diff for /src/usr.bin/mandoc/mdoc_term.c between version 1.110 and 1.111

version 1.110, 2010/10/16 13:38:29 version 1.111, 2010/10/16 20:49:37
Line 2100 
Line 2100 
         if (MDOC_BLOCK != n->type)          if (MDOC_BLOCK != n->type)
                 return(0);                  return(0);
   
         if ( ! tbl_close(p, n->data.TS, "<mdoc>", n->line))          if (tbl_close(p, n->data.TS, "mdoc tbl postprocess", n->line))
                 return(0);                  tbl_write(p, n->data.TS);
   
         tbl_write(p, n->data.TS);  
   
         return(0);          return(0);
 }  }

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111