mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Correct typo
This commit is contained in:
parent
c48bb89e2e
commit
775d5abc5f
@ -5147,7 +5147,7 @@ GetUserSettings(
|
||||
}
|
||||
}
|
||||
Signature = SIGNATURE_32(s1, s2, s3, s4);
|
||||
DBG(" signature=\"%c%c%c%c\" (%8.8X)\n", S1, S2, S3, S4, Signature);
|
||||
DBG(" signature=\"%c%c%c%c\" (%8.8X)\n", s1, s2, s3, s4, Signature);
|
||||
}
|
||||
// Get the table ids to drop
|
||||
Prop2 = GetProperty(Dict2, "TableId");
|
||||
|
Loading…
Reference in New Issue
Block a user