Skip to content

Commit

Permalink
Merge pull request #5 from yoctozepto/fix-4
Browse files Browse the repository at this point in the history
fix #4
  • Loading branch information
scout119 authored Mar 13, 2019
2 parents 4965f97 + 120a43a commit 4fb096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beam/beamFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ export default class BeamFile implements beamdasm.Beam {
result += this.hex(buffer.readUInt8(offset + i));
}

return { data: result, offse: offset + length };
return { data: result, offset: offset + length };
}

readTag(value: number): number {
Expand Down

0 comments on commit 4fb096f

Please sign in to comment.