summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-21 22:43:25 +0000
committersmatz <smatz@openttd.org>2009-05-21 22:43:25 +0000
commit6afce484bb9643510fbe51bd2127ed37961099a4 (patch)
treed3c5bfec1b9efe3edeb171b5db8554f742219a08 /src/industry_cmd.cpp
parentc497e9e7edb2a891544450280e326c31a964d1a9 (diff)
downloadopenttd-6afce484bb9643510fbe51bd2127ed37961099a4.tar.xz
(svn r16373) -Codechange: use () instead of (void) for functions without parameters
Diffstat (limited to 'src/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp
index 6d8435005..23ff10046 100644
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -1846,7 +1846,7 @@ struct ProbabilityHelper {
/**
* Try to create a random industry, during gameplay
*/
-static void MaybeNewIndustry(void)
+static void MaybeNewIndustry()
{
Industry *ind; // will receive the industry's creation pointer
IndustryType rndtype, j; // Loop controlers