From 65364d2e2f40807fdd03ade25917f728adc0ef77 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 11 Jan 2015 02:02:07 +0100 Subject: coding rules: stop at 78 cols Signed-off-by: Olivier Gayot --- ia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ia.c') 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; -- cgit v1.2.3