aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-10-17 22:32:49 +0200
committerWillem Jan Palenstijn2013-10-17 22:32:49 +0200
commit748ba2475a2486196484246dc461d435c2564aba (patch)
treef5d96f3c101a85f523bbd9c90351643e4f589705 /devtools
parent38b842ba71aceb0e9bd1b174cb4a660eef1df16b (diff)
downloadscummvm-rg350-748ba2475a2486196484246dc461d435c2564aba.tar.gz
scummvm-rg350-748ba2475a2486196484246dc461d435c2564aba.tar.bz2
scummvm-rg350-748ba2475a2486196484246dc461d435c2564aba.zip
AVALANCHE: Fix broken xml entity in credits
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/credits.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 50efb42a55..f652773b33 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -543,7 +543,7 @@ begin_credits("Credits");
end_section();
begin_section("AVALANCHE");
- add_person("Peter Bozs&oacute", "uruk", "");
+ add_person("Peter Bozsó", "uruk", "");
add_person("Arnaud Boutonné", "Strangerke", "");
end_section();