about summary refs log tree commit diff
path: root/mscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mscan.c')
-rw-r--r--mscan.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/mscan.c b/mscan.c
index bb64aed..7a94c55 100644
--- a/mscan.c
+++ b/mscan.c
@@ -141,11 +141,12 @@ oneline(char *file)
 	printf("  ");
 	int z;
 	if (indent > 18) {
-		printf("..%2d..", indent/2);
-		indent = 14;
+		printf("..%2d..              ", indent/2);
+		indent = 20;
+	} else {
+		for (z = 0; z < indent; z++)
+			printf(" ");
 	}
-	for (z = 0; z < indent; z++)
-		printf(" ");
 	u8putstr(stdout, subjdec, cols-38-indent, 0);
 	printf("\n");