mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-24 14:14:47 +03:00
fix typo
This commit is contained in:
parent
a27c43a8d5
commit
7b6e9db764
|
@ -124,7 +124,8 @@ get_one_item(PyObject *op, double *x)
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
get_two_item(PyObject *op, double *x, double *y) {
|
get_two_item(PyObject *op, double *x, double *y)
|
||||||
|
{
|
||||||
PyObject *o;
|
PyObject *o;
|
||||||
int success;
|
int success;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user