mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 22:04:10 +08:00
补个分号
This commit is contained in:
parent
4c2bb66572
commit
cc6aa03f4f
@ -156,7 +156,7 @@ Result dump_rom( u32 size )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
if( (p-ROM_LOC) % 4096 == 0)
|
if( (p-ROM_LOC) % 4096 == 0)
|
||||||
ee_printf("remain %d bytes to save.\n")
|
ee_printf("remain %d bytes to save.\n");
|
||||||
}
|
}
|
||||||
fClose( file );
|
fClose( file );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user