]> granicus.if.org Git - python/commitdiff
Fix weird typo caused by ANSIfication (nobody bothered to test it
authorGuido van Rossum <guido@python.org>
Wed, 10 Jan 2001 17:09:00 +0000 (17:09 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Jan 2001 17:09:00 +0000 (17:09 +0000)
since! :-( ).

Demo/embed/demo.c

index 26df355e5cc787020e51b66f40a733f70c9a3423..581365f36e20aa61370cfb3f686dde92625192e1 100644 (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;