From fcf4e346a24d815a4c3191d59e042186d5813f82 Mon Sep 17 00:00:00 2001
From: Vince Darley <vincentdarley@sourceforge.net>
Date: Tue, 14 Jan 2003 16:25:34 +0000
Subject: [PATCH] typo in tarvfs

---
 library/tarvfs.tcl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/library/tarvfs.tcl b/library/tarvfs.tcl
index d28e10d..6ac3b27 100644
--- a/library/tarvfs.tcl
+++ b/library/tarvfs.tcl
@@ -185,7 +185,8 @@ proc vfs::tar::utime {fd path actime mtime} {
 
 namespace eval tar {
     
-    set HEADER_SIZE 500 set BLOCK_SIZE 512
+    set HEADER_SIZE 500
+    set BLOCK_SIZE 512
     
     # fields of header with start/end-index in "comments": length of
     # field in bytes (just for documentation) prefix is the
-- 
2.23.0