mirror of
https://github.com/python/cpython.git
synced 2025-08-08 02:48:55 +00:00
Fix a compilater warning on Windows 64-bit
This commit is contained in:
parent
d3dfd0e433
commit
9ce59bbe43
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ calc_padding(Py_ssize_t nchars, Py_ssize_t width, Py_UCS4 align,
|
||||||
|
|
||||||
/* Do the padding, and return a pointer to where the caller-supplied
|
/* Do the padding, and return a pointer to where the caller-supplied
|
||||||
content goes. */
|
content goes. */
|
||||||
static Py_ssize_t
|
static int
|
||||||
fill_padding(_PyUnicodeWriter *writer,
|
fill_padding(_PyUnicodeWriter *writer,
|
||||||
Py_ssize_t nchars,
|
Py_ssize_t nchars,
|
||||||
Py_UCS4 fill_char, Py_ssize_t n_lpadding,
|
Py_UCS4 fill_char, Py_ssize_t n_lpadding,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue