aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2006-06-05 19:47:52 +0000
committerWillem Jan Palenstijn2006-06-05 19:47:52 +0000
commit4297d973040af642ee3c32e993e8f197ce74a08e (patch)
tree7ff04b9d7608aa9a9bfd3785b178c976f984b029 /tools
parent9e86863a9df43721c6567f23d1640562bcb536ad (diff)
downloadscummvm-rg350-4297d973040af642ee3c32e993e8f197ce74a08e.tar.gz
scummvm-rg350-4297d973040af642ee3c32e993e8f197ce74a08e.tar.bz2
scummvm-rg350-4297d973040af642ee3c32e993e8f197ce74a08e.zip
fix missing html entity
svn-id: r22946
Diffstat (limited to 'tools')
-rwxr-xr-xtools/credits.pl2
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();