Pass correct number of arguments to printf.
This commit is contained in:
parent
b603029549
commit
4519a7ae1f
|
@ -178,7 +178,7 @@ void SetMemoryType()
|
|||
}
|
||||
else
|
||||
{
|
||||
printf("bad save size %X. assuming EEPROM 64K\n");
|
||||
printf("bad save size %X. assuming EEPROM 64K\n", Discover_LikelySize);
|
||||
Discover_MemoryType = 2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue