Skip to content

Commit

Permalink
Fixed a single-line comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 16, 2014
1 parent 61d931f commit 5dd2cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs.c
Expand Up @@ -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. */
Expand Down

0 comments on commit 5dd2cfc

Please sign in to comment.