Skip to content

Commit

Permalink
Remove annoying linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Apr 4, 2024
1 parent d50698e commit d8f8cb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/idevicerestore.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
error("ERROR: Unable to get SHSH blobs for this device (local policy)\n");
return -1;
}
if (get_recoveryos_root_ticket_tss_response(client, build_identity, &client->tss_recoveryos_root_ticket) <
0) {
if (get_recoveryos_root_ticket_tss_response(client, build_identity, &client->tss_recoveryos_root_ticket) < 0) {
error("ERROR: Unable to get SHSH blobs for this device (recovery OS Root Ticket)\n");
return -1;
}
Expand Down

0 comments on commit d8f8cb1

Please sign in to comment.