mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Changed bogus ref to textobject into xxobject.
This commit is contained in:
parent
320a5ccbdc
commit
94726d55c1
@ -25,7 +25,7 @@ static xxobject *
|
||||
newxxobject(arg)
|
||||
object *arg;
|
||||
{
|
||||
textobject *xp;
|
||||
xxobject *xp;
|
||||
xp = NEWOBJ(xxobject, &Xxtype);
|
||||
if (xp == NULL)
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user