Fixed a single-line comment.

This commit is contained in:
Ryan C. Gordon 2014-01-16 07:03:34 -08:00
parent 61d931fecc
commit 5dd2cfce35
1 changed files with 1 additions and 1 deletions

View File

@ -1387,7 +1387,7 @@ static int doRegisterArchiver(const PHYSFS_Archiver *_archiver)
for (i = 0; i < numArchivers; i++)
{
if (__PHYSFS_utf8stricmp(archiveInfo[i]->extension, ext) == 0)
BAIL_MACRO(PHYSFS_ERR_DUPLICATE, 0); // !!! FIXME: better error? ERR_IN_USE?
BAIL_MACRO(PHYSFS_ERR_DUPLICATE, 0); /* !!! FIXME: better error? ERR_IN_USE? */
} /* for */
/* make a copy of the data. */