From 5d3f058b65c97b61709061b721d1ad6922dbc9ef Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 24 Jul 2007 17:01:23 +0000 Subject: (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. --- src/economy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/economy.h') diff --git a/src/economy.h b/src/economy.h index 00047f002..f142c8d28 100644 --- a/src/economy.h +++ b/src/economy.h @@ -61,7 +61,7 @@ extern int _score_part[MAX_PLAYERS][SCORE_END]; 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); -- cgit v1.2.3-70-g09d2