summaryrefslogtreecommitdiff
path: root/appl/cmd/puttar.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-09-09 13:51:02 +0000
committerCharles.Forsyth <devnull@localhost>2008-09-09 13:51:02 +0000
commit30f20c659654702bf169e39d065836a48524d8df (patch)
treec49619a0074d97ac30fab87a6f3af36e83008bc7 /appl/cmd/puttar.b
parente55ed0508766c61eec061f90e8e0ac353a07c22b (diff)
20080909-0850
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();
}