Skip to content

Commit

Permalink
Fix Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Sep 2, 2023
1 parent 0621e7d commit b60110e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wasm/parsing/string_parsing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ namespace webifc::parsing {
case 0xFE: return 731;
case 0xFF: return 711;
}
return input;
}

};
Expand Down

0 comments on commit b60110e

Please sign in to comment.