Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
blueloveTH committed Apr 20, 2023
1 parent de64467 commit 99000b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/PX_Object.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ px_void PX_ObjectSetParent(PX_Object *pObject, PX_Object *pParent)
pObject->pNextBrother=PX_NULL;
pObject->pPreBrother=PX_NULL;
}else{
PX_ObjectAddClild(pParent, pObject);
PX_ObjectAddChild(pParent, pObject);
}
}

Expand Down

0 comments on commit 99000b6

Please sign in to comment.