Skip to content

Commit

Permalink
Fixed untranslated string (thanks, Danny!)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 16, 2005
1 parent cd06547 commit e7a9d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archivers/wad.c
Expand Up @@ -108,7 +108,7 @@ static int WAD_mkdir(DirHandle *h, const char *name);
const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_WAD =
{
"WAD",
/* !!! FIXME WAD_ARCHIVE_DESCRIPTION, */ "DOOM engine format",
WAD_ARCHIVE_DESCRIPTION,
"Travis Wells <traviswells@mchsi.com>",
"http://www.3dmm2.com/doom/",
};
Expand Down

0 comments on commit e7a9d06

Please sign in to comment.