[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.38 and 1.39

version 1.38, 2015/02/10 11:03:13 version 1.39, 2015/04/29 12:44:58
Line 308  tbl_layout(struct tbl_node *tbl, int ln, const char *p
Line 308  tbl_layout(struct tbl_node *tbl, int ln, const char *p
                                     rp->next->first == NULL) {                                      rp->next->first == NULL) {
                                         free(rp->next);                                          free(rp->next);
                                         rp->next = NULL;                                          rp->next = NULL;
                                           tbl->last_row = rp;
                                 }                                  }
                         }                          }
                         return;                          return;

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

CVSweb