diff options
author | Willem Jan Palenstijn | 2006-06-05 19:47:52 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2006-06-05 19:47:52 +0000 |
commit | 4297d973040af642ee3c32e993e8f197ce74a08e (patch) | |
tree | 7ff04b9d7608aa9a9bfd3785b178c976f984b029 | |
parent | 9e86863a9df43721c6567f23d1640562bcb536ad (diff) | |
download | scummvm-rg350-4297d973040af642ee3c32e993e8f197ce74a08e.tar.gz scummvm-rg350-4297d973040af642ee3c32e993e8f197ce74a08e.tar.bz2 scummvm-rg350-4297d973040af642ee3c32e993e8f197ce74a08e.zip |
fix missing html entity
svn-id: r22946
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 9eb2556e6c..c4a3286072 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -551,7 +551,7 @@ begin_credits("Credits"); begin_section("Other subsystems"); begin_section("Infrastructure"); - add_person('Max Horn', 'Fingolfin', "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc."); + add_person('Max Horn', 'Fingolfin', "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc."); add_person("Eugene Sandulenko", "sev", ""); end_section(); |