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