summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-23 14:06:57 +0000
committerrubidium <rubidium@openttd.org>2009-04-23 14:06:57 +0000
commit1f25d9126ff91e9221c981bb41aad328671a4254 (patch)
tree87d3435114bc5f75083d858d90a7135d38d8994f /src/table
parent85ca163be20f0e3eb41cdcd41234723c77ade723 (diff)
downloadopenttd-1f25d9126ff91e9221c981bb41aad328671a4254.tar.xz
(svn r16123) -Fix: forgot to add table/strgen.h to the project files + a typo
Diffstat (limited to 'src/table')
-rw-r--r--src/table/strgen_tables.h (renamed from src/table/strgen.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/strgen.h b/src/table/strgen_tables.h
index da48e5341..99b412f98 100644
--- a/src/table/strgen.h
+++ b/src/table/strgen_tables.h
@@ -1,6 +1,6 @@
/* $Id$ */
-/** @file table/strgen.h Tables of commands for strgen */
+/** @file table/strgen_tables.h Tables of commands for strgen */
#include "../core/enum_type.hpp"