X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/31a298bb96fefa033fad32abc1845874abfa1695..85bc8b4f2fadf63ead76af4ec6114f78ffd7286f:/mp.c diff --git a/mp.c b/mp.c index b25fdce..fe5e7dc 100644 --- a/mp.c +++ b/mp.c @@ -706,7 +706,7 @@ end: PyObject *arg, PyObject *kw) \ { \ long len = -1; \ - static const char *const kwlist[] = { "len", 0 }; \ + static const char *const kwlist[] = { "len", 0 }; \ PyObject *rc = 0; \ \ if (!PyArg_ParseTupleAndKeywords(arg, kw, "|l:" #name, \