Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7339f4c

Browse files
committed
Fix weird typo caused by ANSIfication (nobody bothered to test it
since! :-( ).
1 parent ef34274 commit 7339f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/embed/demo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ main(int argc, char **argv)
4646

4747
/* 'self' is not used */
4848
static PyObject *
49-
xyzzy_foo(PyObject *self, PyObjecT *args)
49+
xyzzy_foo(PyObject *self, PyObject* args)
5050
{
5151
if (!PyArg_ParseTuple(args, ""))
5252
return NULL;

0 commit comments

Comments
 (0)