Skip to content

Commit 5462e66

Browse files
authored
Update Modules/_testexternalinspection.c
1 parent 0de2132 commit 5462e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testexternalinspection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ get_py_runtime(pid_t pid)
279279
return NULL;
280280
}
281281

282-
unsigned long result = 0;
282+
void* result = NULL;
283283

284284
int fd = open(elf_file, O_RDONLY);
285285
if (fd < 0) {

0 commit comments

Comments
 (0)