X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/92d8797b11ec4b7c5e9b1b2e2721d2e2ec26cee8..58f45a3bba58c90874dcf2fdc78ee75a7603d601:/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 } };