summaryrefslogtreecommitdiff
path: root/functions.h
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
commit95463428c806c83e9383c413a04452274ee716fa (patch)
treee6a8586269965e4d359c151af3826423098a1046 /functions.h
parentc496d92c3e2d19c276a1d9ede104a7a86575693d (diff)
downloadopenttd-95463428c806c83e9383c413a04452274ee716fa.tar.xz
(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 1ea2c9a8e..0b62da095 100644
--- a/functions.h
+++ b/functions.h
@@ -79,7 +79,7 @@ void ShowInfo(const char *str);
void CDECL ShowInfoF(const char *str, ...);
void NORETURN CDECL error(const char *str, ...);
-/* ttd.c */
+/* openttd.c */
// **************
// * Warning: DO NOT enable this unless you understand what it does