summaryrefslogtreecommitdiffstats
path: root/Objects/xxobject.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-01-02 15:12:51 (GMT)
committerGuido van Rossum <guido@python.org>1991-01-02 15:12:51 (GMT)
commit94726d55c16a16603b374fa32f5f26c2385bee01 (patch)
tree3fdd359bba706ecd66fb4042426d8adbe1ea2724 /Objects/xxobject.c
parent320a5ccbdcf4a0eb06657a43edd71c9010ccca72 (diff)
downloadcpython-94726d55c16a16603b374fa32f5f26c2385bee01.zip
cpython-94726d55c16a16603b374fa32f5f26c2385bee01.tar.gz
cpython-94726d55c16a16603b374fa32f5f26c2385bee01.tar.bz2
Changed bogus ref to textobject into xxobject.
Diffstat (limited to 'Objects/xxobject.c')
-rw-r--r--Objects/xxobject.c2
1 files changed, 1 insertions, 1 deletions
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;