diff options
-rwxr-xr-x | devtools/credits.pl | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 0960011802..9a3cd5c9ac 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1205,7 +1205,7 @@ begin_credits("Credits"); add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine"); add_person("Henrik Engqvist", "qvist", "For generously providing hosting for our buildbot, SVN repository, planet and doxygen sites as well as tons of HD space"); add_person("DOSBox Team", "", "For their awesome OPL2 and OPL3 emulator"); - add_person("Yusuke Kamiyamane", "", "For contributing some GUI icons "); + add_person("Yusuke Kamiyamane", "", "For contributing some GUI icons"); add_person("Till Kresslein", "Krest", "For design of modern ScummVM GUI"); add_person("", "Jezar", "For his freeverb filter implementation"); add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports"); diff --git a/gui/credits.h b/gui/credits.h index e32a0705bf..38287ebdf9 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -810,7 +810,7 @@ static const char *credits[] = { "C0""DOSBox Team", "C2""For their awesome OPL2 and OPL3 emulator", "C0""Yusuke Kamiyamane", -"C2""For contributing some GUI icons ", +"C2""For contributing some GUI icons", "C0""Till Kresslein", "C2""For design of modern ScummVM GUI", "C0""Jezar", |