Changed URL to physfs homepage.
This commit is contained in:
parent
5e7a3e4ad5
commit
beb42ac451
|
@ -384,8 +384,8 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_GRP =
|
||||||
{
|
{
|
||||||
"GRP",
|
"GRP",
|
||||||
"Build engine Groupfile format",
|
"Build engine Groupfile format",
|
||||||
"Ryan C. Gordon (icculus@linuxgames.com)",
|
"Ryan C. Gordon (icculus@clutteredmind.org)",
|
||||||
"http://www.icculus.org/~icculus/",
|
"http://www.icculus.org/physfs/",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* end of grp.c ... */
|
/* end of grp.c ... */
|
||||||
|
|
|
@ -657,8 +657,8 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ZIP =
|
||||||
{
|
{
|
||||||
"ZIP",
|
"ZIP",
|
||||||
"PkZip/WinZip/Info-Zip compatible",
|
"PkZip/WinZip/Info-Zip compatible",
|
||||||
"Ryan C. Gordon (icculus@linuxgames.com)",
|
"Ryan C. Gordon (icculus@clutteredmind.org)",
|
||||||
"http://www.icculus.org/~icculus/",
|
"http://www.icculus.org/physfs/",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* end of zip.c ... */
|
/* end of zip.c ... */
|
||||||
|
|
Loading…
Reference in New Issue