Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Feb 12, 2023
1 parent 193ca82 commit 7e9ecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ cell Script::BS_NewCopy(BitStream *bs) {

int original_read_offset = bs->GetReadOffset();

bs->resetReadPointer();
bs->ResetReadPointer();

bs_copy->Write(bs);

Expand Down

0 comments on commit 7e9ecc2

Please sign in to comment.