mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add missing return statement.
This commit is contained in:
parent
d3e0265373
commit
076b209ca4
1 changed files with 1 additions and 0 deletions
|
@ -1424,6 +1424,7 @@ extract_time(PyObject *t, long* sec, long* usec)
|
|||
return -1;
|
||||
*sec = intval;
|
||||
*usec = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
PyDoc_STRVAR(posix_utime__doc__,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue