diff options
Diffstat (limited to 'py/objtype.c')
| -rw-r--r-- | py/objtype.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objtype.c b/py/objtype.c index 7244abd9e..b12fadbf7 100644 --- a/py/objtype.c +++ b/py/objtype.c @@ -1285,6 +1285,7 @@ STATIC void super_attr(mp_obj_t self_in, qstr attr, mp_obj_t *dest) { dest[0] = mp_call_method_n_kw(2, 0, attr_get_method); } #endif + } return; } |
