summaryrefslogtreecommitdiff
path: root/currency.c
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-07-14 17:54:04 +0000
committerbelugas <belugas@openttd.org>2006-07-14 17:54:04 +0000
commit5606e6d7b659ae18908f0dc46d3fd2ef3e4e7d42 (patch)
tree2c4b9b99711163011e6f2a1f0c75d7a4d8dc7be1 /currency.c
parent5137591102aa9f1a0604d791d39cc916202a2d6a (diff)
downloadopenttd-5606e6d7b659ae18908f0dc46d3fd2ef3e4e7d42.tar.xz
(svn r5496) -CodeChange: Removed two compiler warnings
- add newline at end of file in currency.c - remove unused (for now) CargosChangeInfo
Diffstat (limited to 'currency.c')
-rw-r--r--currency.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/currency.c b/currency.c
index d62aa2d73..960c56d3a 100644
--- a/currency.c
+++ b/currency.c
@@ -98,3 +98,4 @@ void CheckSwitchToEuro(void)
AddNewsItem(STR_EURO_INTRODUCE, NEWS_FLAGS(NM_NORMAL, 0, NT_ECONOMY, 0), 0, 0);
}
}
+