Skip to content

Commit 2328c84

Browse files
authored
Update Modules/_remote_debugging_module.c
1 parent 5fae57e commit 2328c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_remote_debugging_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ _remote_debugging_RemoteUnwinder___init___impl(RemoteUnwinderObject *self,
28862886
}
28872887
#endif
28882888

2889-
#if defined(__APPLE__)
2889+
#if defined(__APPLE__)
28902890
self->thread_id_offset = 0;
28912891
#endif
28922892

0 commit comments

Comments
 (0)