From cc2c29b207863abb030f980b2ff85aa8badf4f3c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 4 Aug 2017 22:31:56 -0400 Subject: [PATCH] Removed FIXME: this was already fixed at some point. --- src/physfs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/physfs.c b/src/physfs.c index fddd86d..02186f6 100644 --- a/src/physfs.c +++ b/src/physfs.c @@ -8,8 +8,6 @@ * This file written by Ryan C. Gordon. */ -/* !!! FIXME: ERR_PAST_EOF shouldn't trigger for reads. Just return zero. */ - #define __PHYSICSFS_INTERNAL__ #include "physfs_internal.h"