aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--tbl_layout.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tbl_layout.c b/tbl_layout.c
index be893b1b..1f18118a 100644
--- a/tbl_layout.c
+++ b/tbl_layout.c
@@ -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 <kristaps@bsd.lv>
*
@@ -126,6 +126,8 @@ mod:
case ('d'):
cp->flags |= TBL_CELL_BALIGN;
goto mod;
+ case ('w'): /* XXX for now, ignore minimal column width */
+ goto mod;
case ('f'):
break;
case ('b'):