summaryrefslogtreecommitdiff
path: root/crypt.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypt.go')
-rw-r--r--crypt.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/crypt.go b/crypt.go
index b00ccdf..a5670ac 100644
--- a/crypt.go
+++ b/crypt.go
@@ -1175,10 +1175,9 @@ func (c *cfb) writeSAT(MSATBlocks, SATBlocks, SSATBlocks, directoryBlocks, fileB
// Writer provides a function to create compound file with given info stream
// and package stream.
//
-// MSAT - The master sector allocation table
-// SSAT - The short sector allocation table
-// SAT - The sector allocation table
-//
+// MSAT - The master sector allocation table
+// SSAT - The short sector allocation table
+// SAT - The sector allocation table
func (c *cfb) Writer(encryptionInfoBuffer, encryptedPackage []byte) []byte {
var (
storage cfb