summaryrefslogtreecommitdiffstats
path: root/text-utils/colcrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/colcrt.c')
-rw-r--r--text-utils/colcrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/text-utils/colcrt.c b/text-utils/colcrt.c
index 3393d0cf3..e6c18b79b 100644
--- a/text-utils/colcrt.c
+++ b/text-utils/colcrt.c
@@ -197,6 +197,7 @@ void colcrt(FILE *f) {
outcol &= ~7;
outcol--;
c = ' ';
+ /* fallthrough */
default:
w = wcwidth(c);
if (outcol + w > 132) {