diff options
author | Willem Jan Palenstijn | 2010-10-21 08:44:03 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2010-10-21 08:44:03 +0000 |
commit | 787bafc442fb82640441982c8069b3816381c7f1 (patch) | |
tree | db325d2a311d5b70b9d394bfbac9ccbc96f61407 /tools | |
parent | e5c3b67ddb1388282fed1fb8f6f7bfb7ae820f01 (diff) | |
download | scummvm-rg350-787bafc442fb82640441982c8069b3816381c7f1.tar.gz scummvm-rg350-787bafc442fb82640441982c8069b3816381c7f1.tar.bz2 scummvm-rg350-787bafc442fb82640441982c8069b3816381c7f1.zip |
CREDITS: Fix HTML entity
svn-id: r53668
Diffstat (limited to 'tools')
-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 002eed7bff..e77135ece9 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -684,7 +684,7 @@ begin_credits("Credits"); add_person("Marcus Comstedt", "", ""); end_section(); - begin_section("GPH Devices (GP2X, GP2XWiz & Caanoo)"); + begin_section("GPH Devices (GP2X, GP2XWiz & Caanoo)"); add_person("John Willis", "DJWillis", ""); end_section(); |