Pass correct number of arguments to printf.

This commit is contained in:
Anthony J. Bentley 2017-12-06 22:06:15 -07:00
parent b603029549
commit 4519a7ae1f
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ void SetMemoryType()
} }
else else
{ {
printf("bad save size %X. assuming EEPROM 64K\n"); printf("bad save size %X. assuming EEPROM 64K\n", Discover_LikelySize);
Discover_MemoryType = 2; Discover_MemoryType = 2;
} }
} }