mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix weird typo caused by ANSIfication (nobody bothered to test it
since! :-( ).
This commit is contained in:
parent
ef34274d3b
commit
7339f4c72d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue