Fix weird typo caused by ANSIfication (nobody bothered to test it

since! :-( ).
This commit is contained in:
Guido van Rossum 2001-01-10 17:09:00 +00:00
parent ef34274d3b
commit 7339f4c72d

View file

@ -46,7 +46,7 @@ main(int argc, char **argv)
/* 'self' is not used */
static PyObject *
xyzzy_foo(PyObject *self, PyObjecT *args)
xyzzy_foo(PyObject *self, PyObject* args)
{
if (!PyArg_ParseTuple(args, ""))
return NULL;