summaryrefslogtreecommitdiff
path: root/currency.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-11-05 08:24:09 +0000
committertron <tron@openttd.org>2006-11-05 08:24:09 +0000
commit60ea083b28f5ef571243296c94b899f3038e8c03 (patch)
treeb2593bf7e5ad46024a9f45d486d14195b261ca49 /currency.c
parentfb878e9345a117f975cab7a92142e6d515ccac68 (diff)
downloadopenttd-60ea083b28f5ef571243296c94b899f3038e8c03.tar.xz
(svn r7064) static
Diffstat (limited to 'currency.c')
-rw-r--r--currency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/currency.c b/currency.c
index 5ab3dbde1..f07cc975f 100644
--- a/currency.c
+++ b/currency.c
@@ -12,7 +12,7 @@
// | separator | postfix |
// | | Euro year | | | name
// | | | | | | |
-const CurrencySpec origin_currency_specs[NUM_CURRENCY] = {
+static const CurrencySpec origin_currency_specs[NUM_CURRENCY] = {
{ 1, ',', CF_NOEURO, "\xA3", "", 0, STR_CURR_GBP }, // british pounds
{ 2, ',', CF_NOEURO, "$", "", 0, STR_CURR_USD }, // us dollars
{ 2, ',', CF_ISEURO, "¤", "", 0, STR_CURR_EUR }, // Euro