Changed author credits to wrap email addresses in "<>" and not "()" chars.
This commit is contained in:
parent
1035802174
commit
c7aad1afd6
|
@ -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
|
||||
|
|
|
@ -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/",
|
||||
};
|
||||
|
||||
|
|
|
@ -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/",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue