mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-01-30 14:50:10 -05:00
Add missing fclose
This commit is contained in:
parent
dad9446e30
commit
09dd8c7df3
@ -121,6 +121,7 @@ int load_ihex(const char *file, unsigned char *dstbuf, int bufsize)
|
||||
}
|
||||
} while (!feof(fptr));
|
||||
|
||||
fclose(fptr);
|
||||
return max_address;
|
||||
|
||||
err:
|
||||
|
Loading…
Reference in New Issue
Block a user