- Close log file

This commit is contained in:
gbeauche 2002-03-18 21:25:07 +00:00
parent 097b4509ee
commit a42a559bf1

View File

@ -97,6 +97,7 @@ static void dump_log(void)
disass_68k(f, log[j].pc); disass_68k(f, log[j].pc);
#endif #endif
} }
fclose(f);
} }
#endif #endif