aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tar.c b/tar.c
index aedb36a23..0fa09ffd8 100644
--- a/tar.c
+++ b/tar.c
@@ -596,6 +596,7 @@ readHeader (const TarHeader * hp, int fileCount, char **fileTable)
596 chmod(outName, mode); 596 chmod(outName, mode);
597 return; 597 return;
598 } 598 }
599 return;
599 } 600 }
600 601
601 /* 602 /*