From be36ff68854c86247fdc769c0eaa89eb284b5ca7 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 29 Apr 2004 17:13:24 +0000 Subject: add -W to specify window size. various other little fixes. --- src/cmd/acidtypes/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/acidtypes') diff --git a/src/cmd/acidtypes/type.c b/src/cmd/acidtypes/type.c index c9e8431e..5449077a 100644 --- a/src/cmd/acidtypes/type.c +++ b/src/cmd/acidtypes/type.c @@ -463,7 +463,7 @@ ttt=ttt->sub; name, nameof(tt, 0)); Bprint(b, "\tindent_%s(addr+%lud, indent+\" \");\n", nameof(tt, 1), t->val[j]); - Bprint(b, "\tprint(indent, \"\t}\\n\");\n"); + Bprint(b, "\tprint(indent, \"}\\n\");\n"); break; } } -- cgit v1.2.3