Add missing return statement.
This commit is contained in:
parent
d3e0265373
commit
076b209ca4
|
@ -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…
Reference in New Issue