mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-02-07 02:30:14 -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));
|
} while (!feof(fptr));
|
||||||
|
|
||||||
|
fclose(fptr);
|
||||||
return max_address;
|
return max_address;
|
||||||
|
|
||||||
err:
|
err:
|
||||||
|
Loading…
Reference in New Issue
Block a user