aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_header.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/file_header.go')
-rw-r--r--hotline/file_header.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hotline/file_header.go b/hotline/file_header.go
index 469f321..b18229a 100644
--- a/hotline/file_header.go
+++ b/hotline/file_header.go
@@ -16,7 +16,6 @@ type FileHeader struct {
func NewFileHeader(fileName string, isDir bool) FileHeader {
fh := FileHeader{
- Type: [2]byte{0x00, 0x00},
FilePath: EncodeFilePath(fileName),
}
if isDir {