summaryrefslogtreecommitdiff
path: root/games/abuse/patches/patch-an
blob: 76a6c333c0b28d60f877e0a87a7073bdf8e413eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.1 2004/07/11 00:11:26 wiz Exp $

--- abuse/src/ant.c.orig	1996-04-12 02:12:14.000000000 +0200
+++ abuse/src/ant.c
@@ -234,7 +234,7 @@ void *ant_ai()
 	{ 
 	  o->set_state(stopped);
 	  o->set_aistate(ANT_RUNNING);
-	  return ant_ai;
+	  return (void *)ant_ai;
 	}
       }
     } break;