Skip to content

Commit

Permalink
delete rogue backslash.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMann15 committed Oct 6, 2022
1 parent af45843 commit 3427ed2
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 @@ -1190,7 +1190,7 @@ int isVersionSignedForDevice(jssytok_t *firmwareTokens, t_iosVersion *versVals,
#define reterror(a ... ) {error(a); goto error;}
int nocacheorig = nocache;
if (versVals->version && atoi(versVals->version) <= 3) {
info("[TSSC] Version to check \"%s\" seems to be iOS 3 or lower, which did not require SHSH blobs.\n\[TSSC] Skipping checks and returning true.\n",versVals->version);
info("[TSSC] Version to check \"%s\" seems to be iOS 3 or lower, which did not require SHSH blobs.\n[TSSC] Skipping checks and returning true.\n",versVals->version);
return 1;
}

Expand Down

0 comments on commit 3427ed2

Please sign in to comment.