aboutsummaryrefslogtreecommitdiff
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
parent38b842ba71aceb0e9bd1b174cb4a660eef1df16b (diff)
downloadscummvm-rg350-748ba2475a2486196484246dc461d435c2564aba.tar.gz
scummvm-rg350-748ba2475a2486196484246dc461d435c2564aba.tar.bz2
scummvm-rg350-748ba2475a2486196484246dc461d435c2564aba.zip
AVALANCHE: Fix broken xml entity in credits
-rw-r--r--AUTHORS8
-rwxr-xr-xdevtools/credits.pl2
2 files changed, 5 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index e561aec4fd..5d043bae31 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -61,10 +61,10 @@ ScummVM Team
Travis Howell
Oliver Kiehl - (retired)
Ludvig Strigeus - (retired)
-
- AVALANCHE:
- Peter Bozso
- Arnaud Boutonne
+
+ AVALANCHE:
+ Peter Bozso
+ Arnaud Boutonne
CGE:
Arnaud Boutonne
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();