src/economy.h
branchnoai
changeset 9694 e72987579514
parent 9686 d3c195c226f9
--- a/src/economy.h	Fri Aug 03 19:16:36 2007 +0000
+++ b/src/economy.h	Fri Aug 03 22:09:42 2007 +0000
@@ -61,7 +61,7 @@
 int UpdateCompanyRatingAndValue(Player *p, bool update);
 
 VARDEF Subsidy _subsidies[MAX_PLAYERS];
-Pair SetupSubsidyDecodeParam(const Subsidy* s, bool mode);
+Pair SetupSubsidyDecodeParam(const Subsidy *s, bool mode);
 void DeleteSubsidyWithTown(TownID index);
 void DeleteSubsidyWithIndustry(IndustryID index);
 void DeleteSubsidyWithStation(StationID index);