mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Changed bogus ref to textobject into xxobject.
This commit is contained in:
parent
320a5ccbdc
commit
94726d55c1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ static xxobject *
|
|||
newxxobject(arg)
|
||||
object *arg;
|
||||
{
|
||||
textobject *xp;
|
||||
xxobject *xp;
|
||||
xp = NEWOBJ(xxobject, &Xxtype);
|
||||
if (xp == NULL)
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue