diff --git a/src/physfs.c b/src/physfs.c index 923b982..6177c05 100644 --- a/src/physfs.c +++ b/src/physfs.c @@ -2240,7 +2240,6 @@ PHYSFS_File *PHYSFS_openRead(const char *_fname) } /* if */ } /* for */ - /* !!! FIXME: may not set an error if openRead didn't fail. */ GOTO_IF_MACRO(!io, ERRPASS, openReadEnd); fh = (FileHandle *) allocator.Malloc(sizeof (FileHandle));