Fix my typo from commit 5bbbaf4
.
This commit is contained in:
parent
d99a0682fc
commit
11d48be49e
|
@ -25,6 +25,6 @@ entity_p newentity(void); /*
|
||||||
* Return a pointer to a new struct entity.
|
* Return a pointer to a new struct entity.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void ldentity(entity_p enp); /*
|
void oldentity(entity_p enp); /*
|
||||||
* Release the struct entity enp points to.
|
* Release the struct entity enp points to.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue