Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94726d5

Browse files
committed
Changed bogus ref to textobject into xxobject.
1 parent 320a5cc commit 94726d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/xxobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static xxobject *
2525
newxxobject(arg)
2626
object *arg;
2727
{
28-
textobject *xp;
28+
xxobject *xp;
2929
xp = NEWOBJ(xxobject, &Xxtype);
3030
if (xp == NULL)
3131
return NULL;

0 commit comments

Comments
 (0)