mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +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!");
|
||||
}
|
||||
|
||||
printf("Found IPL block table at block %d\n", uiBlockNum);
|
||||
printf("Found IPL block table at block %ld\n", uiBlockNum);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user