fixed return value, oops

This commit is contained in:
qeed 2010-09-04 00:58:12 +00:00
parent a68cff5c3a
commit 5bab6557f4
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ EFCM_CONVERTRESULT convert_fcm(MovieData& md, std::string fname)
EMUFILE* fp = FCEUD_UTF8_fstream(fname, "rb");
if(!fp) FCM_CONVERTRESULT_FAILOPEN;
if(!fp) return FCM_CONVERTRESULT_FAILOPEN;
// read header
uint32 magic = 0;