summaryrefslogtreecommitdiff
path: root/ia.c
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-11 02:02:07 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-11 03:01:46 +0100
commit65364d2e2f40807fdd03ade25917f728adc0ef77 (patch)
treee2d2e5d0a7e329f50009a086959b4226fe27dde7 /ia.c
parentd590bfdcdfa8799439cffa41fc74346e9923b6e7 (diff)
coding rules: stop at 78 colsrewrite
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'ia.c')
-rw-r--r--ia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ia.c b/ia.c
index 3b5d3f4..22bd863 100644
--- a/ia.c
+++ b/ia.c
@@ -8,7 +8,7 @@
#include "actions.h"
-static struct character_t *ai_find_random_target(const struct team_t *team)
+static struct chr_t *ai_find_random_target(const struct team_t *team)
{
int alive = 0;
int target_idx;