summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc
index 11768b72..edd83f88 100644
--- a/dw/table.cc
+++ b/dw/table.cc
@@ -1175,7 +1175,7 @@ void Table::apportion2 (int totalWidth, int firstCol, int lastCol,
dest->set (destOffset - firstCol + col, width);
}
- } else if (totalMin != 0) {
+ } else { // if (totalMin == 0)
// Last special case. Ssame algorithm, with
//
// x[i] = 1 (so cumX = i = col - firstCol + 1)