This commit is contained in:
R. Belmont 2014-08-31 21:52:19 +00:00
parent ada89eb11d
commit dad3fa9540

View File

@ -264,8 +264,6 @@ file_error osd_open(const char *path, UINT32 openflags, osd_file **file, UINT64
*filesize = (UINT64)st.st_size;
fprintf(stderr, "SDL: opened file %s, size %I64d\n", tmpstr, *filesize);
error:
// cleanup
if (filerr != FILERR_NONE && *file != NULL)