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

Diff for /mandoc/tbl_term.c between version 1.5 and 1.6

version 1.5, 2011/01/03 15:07:59 version 1.6, 2011/01/03 16:04:41
Line 274  tbl_data(struct termp *tp, const struct tbl *tbl,
Line 274  tbl_data(struct termp *tp, const struct tbl *tbl,
         case (TBL_CELL_HORIZ):          case (TBL_CELL_HORIZ):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case (TBL_CELL_DHORIZ):          case (TBL_CELL_DHORIZ):
                   /* FIXME: THIS IS WRONG. */
                 tbl_data_spanner(tp, dp, tbp);                  tbl_data_spanner(tp, dp, tbp);
                 break;                  break;
         case (TBL_CELL_LONG):          case (TBL_CELL_LONG):

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb