diff --git a/Objects/xxobject.c b/Objects/xxobject.c index c3714e02df0..676f72772a8 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;