summaryrefslogtreecommitdiff
path: root/appl/cmd/puttar.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/puttar.b')
-rw-r--r--appl/cmd/puttar.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/puttar.b b/appl/cmd/puttar.b
index de67105f..46cfac92 100644
--- a/appl/cmd/puttar.b
+++ b/appl/cmd/puttar.b
@@ -178,6 +178,6 @@ init(nil: ref Draw->Context, args: list of string){
rtar(hd args);
}
putblock(zeros);
-# putblock(zeros); # XXX is this necessary?
+ putblock(zeros); # format requires two empty blocks at end
flushblocks();
}