summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-07-15 21:28:26 +0000
committerDarkvater <Darkvater@openttd.org>2005-07-15 21:28:26 +0000
commitbc11fe03eece2b56d1aa48f4d98242825032a7c1 (patch)
treee6a8586269965e4d359c151af3826423098a1046 /strings.c
parent4ea22149930fe8e03bad4cff64161174b5dd48d2 (diff)
downloadopenttd-bc11fe03eece2b56d1aa48f4d98242825032a7c1.tar.xz
(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings.c b/strings.c
index 9e1db8a55..ceae490c3 100644
--- a/strings.c
+++ b/strings.c
@@ -983,4 +983,5 @@ void InitializeLanguagePacks(void)
if (!ReadLanguagePack(def))
error("can't read language pack '%s'", dl->ent[def].file);
-} \ No newline at end of file
+}
+