summaryrefslogtreecommitdiff
path: root/target.h
diff options
context:
space:
mode:
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;
};
};