Skip to content

Commit

Permalink
Changed author credits to wrap email addresses in "<>" and not "()" c…
Browse files Browse the repository at this point in the history
…hars.
  • Loading branch information
icculus committed Sep 14, 2001
1 parent 1035802 commit c7aad1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archivers/dir.c
Expand Up @@ -88,7 +88,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_DIR =
{
"DIR",
"non-archive directory I/O",
"Ryan C. Gordon (icculus@clutteredmind.org)",
"Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};
#endif
Expand Down
2 changes: 1 addition & 1 deletion archivers/grp.c
Expand Up @@ -109,7 +109,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_GRP =
{
"GRP",
"Build engine Groupfile format",
"Ryan C. Gordon (icculus@clutteredmind.org)",
"Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};

Expand Down
2 changes: 1 addition & 1 deletion archivers/zip.c
Expand Up @@ -110,7 +110,7 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ZIP =
{
"ZIP",
"PkZip/WinZip/Info-Zip compatible",
"Ryan C. Gordon (icculus@clutteredmind.org)",
"Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};

Expand Down

0 comments on commit c7aad1a

Please sign in to comment.