Merge pull request #187 from fkautz/pr_out_fixing_magic_number_for_inim

This commit is contained in:
Frederick F. Kautz IV 2015-02-20 22:43:19 -08:00
commit 005ad1a9e1

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
*/