From: Guido van Rossum Date: Wed, 2 Jan 1991 15:12:51 +0000 (+0000) Subject: Changed bogus ref to textobject into xxobject. X-Git-Tag: v0.9.8~1072 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94726d55c16a16603b374fa32f5f26c2385bee01;p=thirdparty%2FPython%2Fcpython.git Changed bogus ref to textobject into xxobject. --- diff --git a/Objects/xxobject.c b/Objects/xxobject.c index c3714e02df0a..676f72772a8f 100644 --- a/Objects/xxobject.c +++ b/Objects/xxobject.c @@ -25,7 +25,7 @@ static xxobject * newxxobject(arg) object *arg; { - textobject *xp; + xxobject *xp; xp = NEWOBJ(xxobject, &Xxtype); if (xp == NULL) return NULL;