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 ca6f3c5 commit 52577e3
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() {
fclose(frp);
return 1;
}
if (fputc(0x01, file) == EOF) {
if (fputc(0x01, frp) == EOF) {
perror("Failed to fix byte. (7FFF8:0x01)");
fclose(frp);
return 1;
Expand Down

0 comments on commit 52577e3

Please sign in to comment.