Fix weird typo caused by ANSIfication (nobody bothered to test it
since! :-( ).
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 @@
 
 /* 'self' is not used */
 static PyObject *
-xyzzy_foo(PyObject *self, PyObjecT *args)
+xyzzy_foo(PyObject *self, PyObject* args)
 {
 	if (!PyArg_ParseTuple(args, ""))
 		return NULL;