Skip to content

Commit

Permalink
Update Modules/_testexternalinspection.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal authored Feb 21, 2024
1 parent 0de2132 commit 5462e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_testexternalinspection.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ get_py_runtime(pid_t pid)
return NULL;
}

unsigned long result = 0;
void* result = NULL;

int fd = open(elf_file, O_RDONLY);
if (fd < 0) {
Expand Down

0 comments on commit 5462e66

Please sign in to comment.