mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
typo fix
This commit is contained in:
parent
b5e6ac00a5
commit
36633971fc
@ -1784,7 +1784,7 @@ void validateMPK() {
|
|||||||
print_Msg(F("failed"));
|
print_Msg(F("failed"));
|
||||||
} else {
|
} else {
|
||||||
errorLvl = 0;
|
errorLvl = 0;
|
||||||
print_Msg(F("pased"));
|
print_Msg(F("passed"));
|
||||||
}
|
}
|
||||||
display_Update();
|
display_Update();
|
||||||
|
|
||||||
@ -4293,4 +4293,4 @@ unsigned long verifyGameshark_N64() {
|
|||||||
|
|
||||||
//******************************************
|
//******************************************
|
||||||
// End of File
|
// End of File
|
||||||
//******************************************
|
//******************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user