diff options
Diffstat (limited to 'industry_cmd.c')
-rw-r--r-- | industry_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/industry_cmd.c b/industry_cmd.c index 1aad8c926..ac5320005 100644 --- a/industry_cmd.c +++ b/industry_cmd.c @@ -27,7 +27,7 @@ enum { /** * Called if a new block is added to the industry-pool */ -void IndustryPoolNewBlock(uint start_item) +static void IndustryPoolNewBlock(uint start_item) { Industry *i; |