openbsd-ports/games/abuse/patches/patch-abuse_src_ant_c

13 lines
360 B
Plaintext
Raw Normal View History

$OpenBSD: patch-abuse_src_ant_c,v 1.1 2004/01/14 17:32:01 naddy Exp $
--- abuse/src/ant.c.orig 2004-01-14 18:15:13.000000000 +0100
+++ abuse/src/ant.c 2004-01-14 18:15:28.000000000 +0100
@@ -234,7 +234,7 @@ void *ant_ai()
{
o->set_state(stopped);
o->set_aistate(ANT_RUNNING);
- return ant_ai;
+ return (void *)ant_ai;
}
}
} break;