Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
Signed-off-by: Syuugo <[email protected]>
  • Loading branch information
s1204IT authored Jul 18, 2024
1 parent 3a801a5 commit a43b4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mali_shrinker_mmap32.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ int main() {
}
if (fwrite("\x01", 1, 1, frp) != 1) {
fclose(frp);
err(1, "Failed to fix byte. (7FFFF:0x01)");
err(1, "Failed to fix byte. (000FFFFF:0x01)");
}
fclose(frp);
/*
Expand Down

0 comments on commit a43b4a2

Please sign in to comment.