summaryrefslogtreecommitdiff
path: root/docs/Howto_compile_lng_files_from_CLI.txt
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-05 18:10:43 +0000
committertron <tron@openttd.org>2006-06-05 18:10:43 +0000
commitaada042d57abb419467126dd3d965f78f40bca85 (patch)
tree356bc300fd45ff0a0d35cdacbe66a1f623c0d2ea /docs/Howto_compile_lng_files_from_CLI.txt
parent30651e8bcb75c8b714586266c51b4bed1191c77e (diff)
downloadopenttd-aada042d57abb419467126dd3d965f78f40bca85.tar.xz
(svn r5136) Fix various style bugs:
- Trailing whitespace - Trailing empty lines - Missing newline at EOF - Missing svn:eol-style native
Diffstat (limited to 'docs/Howto_compile_lng_files_from_CLI.txt')
-rw-r--r--docs/Howto_compile_lng_files_from_CLI.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Howto_compile_lng_files_from_CLI.txt b/docs/Howto_compile_lng_files_from_CLI.txt
index 582ef9feb..6fe70b0df 100644
--- a/docs/Howto_compile_lng_files_from_CLI.txt
+++ b/docs/Howto_compile_lng_files_from_CLI.txt
@@ -46,4 +46,3 @@ or if you want it to tell the revision too
gcc strgen/strgen.c rev.o -o strgen/strgen -DUNIX -DWITH_REV (this is the one the makefile uses)
you now have a program called strgen in the strgen directory
-