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 --- target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target.h') diff --git a/target.h b/target.h index 941b1f6..32e9c49 100644 --- a/target.h +++ b/target.h @@ -9,7 +9,7 @@ struct target_t { union { struct team_t *team; - struct character_t *chr; + struct chr_t *chr; }; }; -- cgit v1.2.3