From 11d48be49e4f651272c79c2d61484544e4844029 Mon Sep 17 00:00:00 2001 From: George Koehler Date: Fri, 17 Nov 2017 15:46:24 -0500 Subject: [PATCH] Fix my typo from commit 5bbbaf4. --- util/ego/cs/cs_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */