Fix warning in fcopy

This commit is contained in:
Pk11 2022-01-02 03:35:03 -06:00
parent 9d5e205a78
commit 60736a5fcd

View File

@ -186,7 +186,7 @@ int fcopy(const char *sourcePath, const char *destinationPath) {
font->print(-1, 1, false, "]"); font->print(-1, 1, false, "]");
off_t offset = 0; off_t offset = 0;
int numr; size_t numr;
while (1) { while (1) {
scanKeys(); scanKeys();
if (keysHeld() & KEY_B) { if (keysHeld() & KEY_B) {