=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- mandoc/out.c 2011/01/10 15:31:00 1.34 +++ mandoc/out.c 2011/01/11 14:12:01 1.35 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.34 2011/01/10 15:31:00 kristaps Exp $ */ +/* $Id: out.c,v 1.35 2011/01/11 14:12:01 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -452,6 +452,8 @@ tblcalc_data(struct rofftbl *tbl, struct roffcol *col, break; case (TBL_CELL_NUMBER): tblcalc_number(tbl, col, tp, dp); + break; + case (TBL_CELL_DOWN): break; default: abort();