Changed URL to physfs homepage.

This commit is contained in:
Ryan C. Gordon 2001-08-07 02:57:16 +00:00
parent 5e7a3e4ad5
commit beb42ac451
2 changed files with 4 additions and 4 deletions

View File

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

View File

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