diff --git a/src/path.c b/src/path.c index 42ec0e04e..ada6826a7 100644 --- a/src/path.c +++ b/src/path.c @@ -124,7 +124,8 @@ get_one_item(PyObject *op, double *x) } static int -get_two_item(PyObject *op, double *x, double *y) { +get_two_item(PyObject *op, double *x, double *y) +{ PyObject *o; int success;