diff options
Diffstat (limited to 'src/if_python3.c')
-rw-r--r-- | src/if_python3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_python3.c b/src/if_python3.c index 374641d82..300c24f66 100644 --- a/src/if_python3.c +++ b/src/if_python3.c @@ -1649,8 +1649,8 @@ do_py3eval (char_u *str, typval_T *rettv) } } - void + int set_ref_in_python3 (int copyID) { - set_ref_in_py(copyID); + int set_ref_in_py(copyID); } |