Skip to content

Commit

Permalink
Typo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptiiiic authored Feb 12, 2023
1 parent 6416a9a commit 94f644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsschecker/tsschecker.c
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ int isManifestBufSignedForDevice(char *buildManifestBuffer, t_devicevals *devVal
|| !strcmp(devVals->deviceModel, "iPad4,6") || !strcmp(devVals->deviceModel, "iPad4,7")
|| !strcmp(devVals->deviceModel, "iPad4,8") || !strcmp(devVals->deviceModel, "iPad4,9")
|| !strcmp(devVals->deviceModel, "iPad5,1") || !strcmp(devVals->deviceModel, "iPad5,2")
|| !strcmp(devVals->deviceModel, "iPad9,1"))) {
|| !strcmp(devVals->deviceModel, "iPod9,1"))) {
save_apticket3 = false;
}
if(save_apticket3 && !tssrequest(&tssreq2, buildManifestBuffer, devVals, kBasebandModeWithoutBaseband)) {
Expand Down

0 comments on commit 94f644c

Please sign in to comment.