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

Diff for /mandoc/tbl.c between version 1.38 and 1.39

version 1.38, 2015/01/30 04:11:50 version 1.39, 2015/01/30 17:32:16
Line 179  tbl_end(struct tbl_node **tblp)
Line 179  tbl_end(struct tbl_node **tblp)
                     tbl->line, tbl->pos, NULL);                      tbl->line, tbl->pos, NULL);
                 return(0);                  return(0);
         }          }
   
         if (tbl->last_span != NULL)  
                 tbl->last_span->flags |= TBL_SPAN_LAST;  
   
         return(1);          return(1);
 }  }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

CVSweb