From 7b6e9db764e02b80a92b97ab5709ce063d8bf56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E8=BE=9B=E6=A0=BC?= Date: Fri, 5 Jul 2019 14:26:03 +0800 Subject: [PATCH] fix typo --- src/path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;