=================================================================== RCS file: /cvs/mandoc/tbl_layout.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- mandoc/tbl_layout.c 2011/01/03 13:59:21 1.9 +++ mandoc/tbl_layout.c 2011/01/04 23:48:39 1.10 @@ -1,4 +1,4 @@ -/* $Id: tbl_layout.c,v 1.9 2011/01/03 13:59:21 kristaps Exp $ */ +/* $Id: tbl_layout.c,v 1.10 2011/01/04 23:48:39 schwarze Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -125,6 +125,8 @@ mod: goto mod; case ('d'): cp->flags |= TBL_CELL_BALIGN; + goto mod; + case ('w'): /* XXX for now, ignore minimal column width */ goto mod; case ('f'): break;