1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2025-01-30 23:00:11 -05:00

Add missing fclose

This commit is contained in:
Raphael Assenat 2015-10-10 01:27:59 -04:00
parent dad9446e30
commit 09dd8c7df3

View File

@ -121,6 +121,7 @@ int load_ihex(const char *file, unsigned char *dstbuf, int bufsize)
}
} while (!feof(fptr));
fclose(fptr);
return max_address;
err: