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",
|
"DIR",
|
||||||
"non-archive directory I/O",
|
"non-archive directory I/O",
|
||||||
"Ryan C. Gordon (icculus@clutteredmind.org)",
|
"Ryan C. Gordon <icculus@clutteredmind.org>",
|
||||||
"http://www.icculus.org/physfs/",
|
"http://www.icculus.org/physfs/",
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -109,7 +109,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_GRP =
|
||||||
{
|
{
|
||||||
"GRP",
|
"GRP",
|
||||||
"Build engine Groupfile format",
|
"Build engine Groupfile format",
|
||||||
"Ryan C. Gordon (icculus@clutteredmind.org)",
|
"Ryan C. Gordon <icculus@clutteredmind.org>",
|
||||||
"http://www.icculus.org/physfs/",
|
"http://www.icculus.org/physfs/",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ZIP =
|
||||||
{
|
{
|
||||||
"ZIP",
|
"ZIP",
|
||||||
"PkZip/WinZip/Info-Zip compatible",
|
"PkZip/WinZip/Info-Zip compatible",
|
||||||
"Ryan C. Gordon (icculus@clutteredmind.org)",
|
"Ryan C. Gordon <icculus@clutteredmind.org>",
|
||||||
"http://www.icculus.org/physfs/",
|
"http://www.icculus.org/physfs/",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue