summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
Diffstat (limited to 'Demo')
-rw-r--r--Demo/embed/demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/embed/demo.c b/Demo/embed/demo.c
index 26df355..581365f 100644
--- a/Demo/embed/demo.c
+++ b/Demo/embed/demo.c
@@ -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;