From 860b9b1cead825da2dfc109858f8f134f973f62d Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Nov 2009 10:40:33 +0000 Subject: (svn r18028) -Codechange: unglobalise some functions --- src/industry_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_cmd.cpp') diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 42b66ca12..7080ac4a8 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -2058,7 +2058,7 @@ static void CanCargoServiceIndustry(CargoID cargo, Industry *ind, bool *c_accept * service the industry, and 1 otherwise (only competitors can service the * industry) */ -int WhoCanServiceIndustry(Industry *ind) +static int WhoCanServiceIndustry(Industry *ind) { /* Find all stations within reach of the industry */ StationList stations; -- cgit v1.2.3-70-g09d2