[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.17 and 1.18

version 1.17, 2011/01/10 14:56:06 version 1.18, 2011/01/11 14:12:01
Line 305  tbl_data(struct termp *tp, const struct tbl *tbl,
Line 305  tbl_data(struct termp *tp, const struct tbl *tbl,
         case (TBL_CELL_NUMBER):          case (TBL_CELL_NUMBER):
                 tbl_number(tp, tbl, dp, col);                  tbl_number(tp, tbl, dp, col);
                 break;                  break;
           case (TBL_CELL_DOWN):
                   tbl_char(tp, ASCII_NBRSP, col->width);
                   break;
         default:          default:
                 abort();                  abort();
                 /* NOTREACHED */                  /* NOTREACHED */

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb