diff --git a/util/ego/cs/cs_alloc.h b/util/ego/cs/cs_alloc.h index ab29a69b2..cfd67a413 100644 --- a/util/ego/cs/cs_alloc.h +++ b/util/ego/cs/cs_alloc.h @@ -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. */