From c4ad2ecb49e4b11a2f71b96b32d6ae17036e4d68 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 13 Nov 2005 15:52:22 +0000 Subject: [PATCH] Fix yet another validator warning svn-id: r19586 --- doc/10.tex | 2 +- tools/credits.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/10.tex b/doc/10.tex index df1f3b0231e..7d01e4f9375 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 472e6128875..4101a167cb7 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();