Skip to content

Commit

Permalink
Changed URL to physfs homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 7, 2001
1 parent 5e7a3e4 commit beb42ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions archivers/grp.c
Expand Up @@ -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 ... */
Expand Down
4 changes: 2 additions & 2 deletions archivers/zip.c
Expand Up @@ -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 ... */
Expand Down

0 comments on commit beb42ac

Please sign in to comment.