forked from Miroirs/x49gp
typo
This commit is contained in:
parent
425367695b
commit
f14aa9bf14
1 changed files with 3 additions and 2 deletions
|
@ -443,8 +443,9 @@ static int flash_load( x49gp_module_t* module, GKeyFile* key )
|
||||||
memset( phys_ram_base + flash->offset, 0xff, flash->size - st.st_size );
|
memset( phys_ram_base + flash->offset, 0xff, flash->size - st.st_size );
|
||||||
|
|
||||||
bootfd = x49gp_module_open_rodata( module,
|
bootfd = x49gp_module_open_rodata( module,
|
||||||
ui->calculator == UI_CALCULATOR_HP49GP || calc == UI_CALCULATOR_HP49GP_NEWRPL ? "firmware/boot-49g+.bin"
|
ui->calculator == UI_CALCULATOR_HP49GP || ui->calculator == UI_CALCULATOR_HP49GP_NEWRPL
|
||||||
: "firmware/boot-50g.bin",
|
? "firmware/boot-49g+.bin"
|
||||||
|
: "firmware/boot-50g.bin",
|
||||||
&bootfile );
|
&bootfile );
|
||||||
|
|
||||||
if ( bootfd < 0 ) {
|
if ( bootfd < 0 ) {
|
||||||
|
|
Loading…
Reference in a new issue