mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 09:08:30 +00:00
Resolve warning in nand dumpipl sample
This commit is contained in:
@@ -125,7 +125,7 @@ int ReadIPLBlockTable(void *pBlockBuf)
|
|||||||
die("can't read IPL block table!");
|
die("can't read IPL block table!");
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Found IPL block table at block %d\n", uiBlockNum);
|
printf("Found IPL block table at block %ld\n", uiBlockNum);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user