Fixing magic number for INIM

This commit is contained in:
Frederick F. Kautz IV 2015-02-20 22:42:58 -08:00
parent ec36a598c9
commit 9833647fb7

View File

@ -36,7 +36,7 @@ import (
BlockData [4]byte // Magic="DATA"=1096040772
Data io.Reader // matches length
BlockLen uint64 // length to block start
BlockEnd [4]byte // Magic="INIM"=1229867341
BlockEnd [4]byte // Magic="INIM"=1296649801
*/