diff options
author | Eugene Sandulenko | 2005-11-13 15:52:22 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-11-13 15:52:22 +0000 |
commit | c4ad2ecb49e4b11a2f71b96b32d6ae17036e4d68 (patch) | |
tree | 6063c1710549f46a8ad7842a7ffdb90f97c589a8 | |
parent | 996401406339cd9b19d8b839d2b935f2d6f324b5 (diff) | |
download | scummvm-rg350-c4ad2ecb49e4b11a2f71b96b32d6ae17036e4d68.tar.gz scummvm-rg350-c4ad2ecb49e4b11a2f71b96b32d6ae17036e4d68.tar.bz2 scummvm-rg350-c4ad2ecb49e4b11a2f71b96b32d6ae17036e4d68.zip |
Fix yet another validator warning
svn-id: r19586
-rw-r--r-- | doc/10.tex | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/10.tex b/doc/10.tex index df1f3b0231..7d01e4f937 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -75,7 +75,7 @@ And to all the contributors, users, and beta testers we've missed. Thanks! Ivan Dubrov & For contributing the initial version of the Gobliiins engine\\ Jezar & For his freeverb filter implementation\\ Jim Leiterman & Various info on his FM-TOWNS/Marty SCUMM ports\\ - lloyd & For deep tech details about C64 Zak & MM\\ + lloyd & For deep tech details about C64 Zak \& MM\\ Jimmi Th{\o}gersen & For ScummRev, and much obscure code/documentation\\ Tristan & For additional work on the original MT-32 emulator\\ \end{tabular} diff --git a/tools/credits.pl b/tools/credits.pl index 472e612887..4101a167cb 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -398,7 +398,7 @@ begin_credits("Credits"); add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine"); add_person("", "Jezar", "For his freeverb filter implementation"); add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports"); - add_person("", "lloyd", "For deep tech details about C64 Zak & MM"); + add_person("", "lloyd", "For deep tech details about C64 Zak & MM"); add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation"); add_person("", "Tristan", "For additional work on the original MT-32 emulator"); end_section(); |