Changed author credits to wrap email addresses in "<>" and not "()" chars.

This commit is contained in:
Ryan C. Gordon 2001-09-14 22:55:44 +00:00
parent 1035802174
commit c7aad1afd6
3 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_DIR =
{
"DIR",
"non-archive directory I/O",
"Ryan C. Gordon (icculus@clutteredmind.org)",
"Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};
#endif

View File

@ -109,7 +109,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_GRP =
{
"GRP",
"Build engine Groupfile format",
"Ryan C. Gordon (icculus@clutteredmind.org)",
"Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};

View File

@ -110,7 +110,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ZIP =
{
"ZIP",
"PkZip/WinZip/Info-Zip compatible",
"Ryan C. Gordon (icculus@clutteredmind.org)",
"Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};