diff options
Diffstat (limited to 'unix/input.c')
-rw-r--r-- | unix/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/input.c b/unix/input.c index 66b3314c98..15ee60e750 100644 --- a/unix/input.c +++ b/unix/input.c @@ -158,7 +158,7 @@ void prompt_write_history(void) { #endif } -STATIC mp_obj_t mp_builtin_input(mp_uint_t n_args, const mp_obj_t *args) { +STATIC mp_obj_t mp_builtin_input(size_t n_args, const mp_obj_t *args) { if (n_args == 1) { mp_obj_print(args[0], PRINT_STR); } |