diff options
author | rubidium <rubidium@openttd.org> | 2009-08-20 19:54:03 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-20 19:54:03 +0000 |
commit | d680be454e8ab1a111af6bfb1a4943df57e8f365 (patch) | |
tree | a5c5efd262e290338e827fcd903afd4856f82d93 /src/3rdparty | |
parent | 97abee98a9ad914d424e4f04578c973fc8d27a25 (diff) | |
download | openttd-d680be454e8ab1a111af6bfb1a4943df57e8f365.tar.xz |
(svn r17243) -Fix (r17216): undo 'damage' by svn:keywords
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/minilzo/minilzo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/minilzo/minilzo.c b/src/3rdparty/minilzo/minilzo.c index f1b942040..db4b0155e 100644 --- a/src/3rdparty/minilzo/minilzo.c +++ b/src/3rdparty/minilzo/minilzo.c @@ -2230,7 +2230,7 @@ const char __lzo_copyright[] = "$Copyright: LZO (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Markus Franz Xaver Johannes Oberhumer\n" "<markus@oberhumer.com>\n" "http://www.oberhumer.com $\n\n" - "$Id$\n" + "$Id: LZO version: v" LZO_VERSION_STRING ", " LZO_VERSION_DATE " $\n" "$Built: " __DATE__ " " __TIME__ " $\n" "$Info: " LZO_INFO_STRING " $\n"; #endif |