From 94726d55c16a16603b374fa32f5f26c2385bee01 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 2 Jan 1991 15:12:51 +0000 Subject: Changed bogus ref to textobject into xxobject. --- Objects/xxobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/xxobject.c b/Objects/xxobject.c index c3714e0..676f727 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; -- cgit v0.12