changeset 11112:b0f972656a90 draft

(svn r15458) -Fix: Missing 'static'.
author frosch <frosch@openttd.org>
date Thu, 12 Feb 2009 18:08:47 +0000
parents 797581aa0b62
children 3a192c11ecee
files src/industry_cmd.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -1705,7 +1705,7 @@
 }
 
 
-Industry *CreateNewIndustry(TileIndex tile, IndustryType type)
+static Industry *CreateNewIndustry(TileIndex tile, IndustryType type)
 {
 	const IndustrySpec *indspec = GetIndustrySpec(type);