summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/moduselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/moduselect.c')
-rw-r--r--extmod/moduselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/moduselect.c b/extmod/moduselect.c
index 1a11ee0eab..352b15d983 100644
--- a/extmod/moduselect.c
+++ b/extmod/moduselect.c
@@ -343,7 +343,7 @@ STATIC MP_DEFINE_CONST_OBJ_TYPE(
MP_TYPE_NULL_MAKE_NEW,
getiter, mp_identity_getiter,
iternext, poll_iternext,
- locals_dict, (void *)&poll_locals_dict
+ locals_dict, &poll_locals_dict
);
// poll()