summaryrefslogtreecommitdiff
path: root/src/autoreplace_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoreplace_type.h')
-rw-r--r--src/autoreplace_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autoreplace_type.h b/src/autoreplace_type.h
index 6dbdd5299..d66c12587 100644
--- a/src/autoreplace_type.h
+++ b/src/autoreplace_type.h
@@ -8,8 +8,8 @@
struct EngineRenew;
/**
- * A list to group EngineRenew directives together (such as per-player).
+ * A list to group EngineRenew directives together (such as per-company).
*/
-typedef EngineRenew* EngineRenewList;
+typedef EngineRenew *EngineRenewList;
#endif /* AUTOREPLACE_TYPE_H */