X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/648aea952d6d6d0bff5df946c0a7b55848ccbe37..4c792b0de4dca5094f66b7cf74391869eb2a4617:/catacomb.c diff --git a/catacomb.c b/catacomb.c index f02d39e..bb0bbdb 100644 --- a/catacomb.c +++ b/catacomb.c @@ -151,7 +151,7 @@ static PyObject *meth__ego(PyObject *me, PyObject *arg) static PyMethodDef methods[] = { #define METHNAME(func) meth_##func - METH (_ego, "_ego(ARGV0)") + METH (_ego, "_ego(ARGV0)") #undef METHNAME { 0 } };