From 1d22cefcead0af2d682442aa24056a9c14d906a6 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Wed, 15 Sep 2010 10:39:51 +0800 Subject: [PATCH] Whups; get frenchie->wash --- src/link/C/agents/c_wash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/link/C/agents/c_wash.c b/src/link/C/agents/c_wash.c index a5ab716..e0d0357 100644 --- a/src/link/C/agents/c_wash.c +++ b/src/link/C/agents/c_wash.c @@ -1,5 +1,5 @@ /* - * c_frechie.c + * c_wash.c * c-link-lib * * Created by Daniel Axtens on 22/04/10. @@ -174,4 +174,4 @@ void Cleanup( void * this ) { wash_data * me = (wash_data *) this; free(me->defeatingFoes); free(me); -} \ No newline at end of file +} -- 2.20.1