summaryrefslogtreecommitdiff
path: root/target.h
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 /target.h
parentd590bfdcdfa8799439cffa41fc74346e9923b6e7 (diff)
coding rules: stop at 78 colsrewrite
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'target.h')
-rw-r--r--target.h2
1 files changed, 1 insertions, 1 deletions
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;
};
};