Fix my typo from commit 5bbbaf4.

This commit is contained in:
George Koehler 2017-11-17 15:46:24 -05:00
parent d99a0682fc
commit 11d48be49e

View file

@ -25,6 +25,6 @@ entity_p newentity(void); /*
* 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.
*/