=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tbl_layout.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/mandoc/tbl_layout.c 2011/01/04 22:28:17 1.4 +++ src/usr.bin/mandoc/tbl_layout.c 2011/01/04 23:44:20 1.5 @@ -1,4 +1,4 @@ -/* $Id: tbl_layout.c,v 1.4 2011/01/04 22:28:17 schwarze Exp $ */ +/* $Id: tbl_layout.c,v 1.5 2011/01/04 23:44:20 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -125,6 +125,8 @@ 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;