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

Diff for /mandoc/tbl_layout.c between version 1.39 and 1.40

version 1.39, 2015/04/29 12:44:58 version 1.40, 2015/10/06 18:32:20
Line 355  cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, e
Line 355  cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, e
         if (tbl->opts.cols <= p->col)          if (tbl->opts.cols <= p->col)
                 tbl->opts.cols = p->col + 1;                  tbl->opts.cols = p->col + 1;
   
         return(p);          return p;
 }  }

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

CVSweb