diff options
author | Nikias Bassen | 2024-04-04 09:29:02 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-04-04 09:29:02 +0200 |
commit | d8f8cb126571f1db53b7638bc2cd170716571144 (patch) | |
tree | caac115f8181a78619a871292c1fbdca680f32ae | |
parent | d50698e38c0e1ddfef94f7a84a34d779e4f8caba (diff) | |
download | idevicerestore-d8f8cb126571f1db53b7638bc2cd170716571144.tar.gz idevicerestore-d8f8cb126571f1db53b7638bc2cd170716571144.tar.bz2 |
Remove annoying linebreak
-rw-r--r-- | src/idevicerestore.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index fc8b153..fdb340e 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -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; } |