Updated archiver info to format I think is best for text.

This commit is contained in:
Ryan C. Gordon 2001-07-16 10:31:28 +00:00
parent 9b71131d95
commit b1d32ec742
2 changed files with 6 additions and 6 deletions

View File

@ -380,8 +380,8 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_GRP =
{
"GRP",
"Build engine Groupfile format",
"Ryan C. Gordon",
"http://www.icculus.org/",
"Ryan C. Gordon (icculus@linuxgames.com)",
"http://www.icculus.org/~icculus/",
};
/* end of grp.c ... */

View File

@ -243,8 +243,8 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ZIP =
{
"ZIP",
"PkZip/WinZip/Info-Zip compatible",
"Ryan C. Gordon",
"http://www.icculus.org/",
"Ryan C. Gordon (icculus@linuxgames.com)",
"http://www.icculus.org/~icculus/",
};
/* end of zip.c ... */