diff options
author | 2020-06-08 23:49:45 +0200 | |
---|---|---|
committer | 2020-06-08 23:49:45 +0200 | |
commit | 0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 (patch) | |
tree | 01b051007d0e87d3a7c43020457500acf9b17c48 /src/fdr.c | |
parent | 60e69ac4759026ab564280b8406c7ac1c840b6b0 (diff) | |
download | idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.gz idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.bz2 |
Remove trailing whitespace errors from all files
Diffstat (limited to 'src/fdr.c')
-rw-r--r-- | src/fdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ static int fdr_send_plist(fdr_client_t fdr, plist_t data) debug_plist(data); device_error = idevice_connection_send(fdr->connection, (char *)&len, sizeof(len), &bytes); if (device_error != IDEVICE_E_SUCCESS || bytes != sizeof(len)) { - error("ERROR: FDR unable to send data length. (%d) Sent %u of %u bytes.\n", + error("ERROR: FDR unable to send data length. (%d) Sent %u of %u bytes.\n", device_error, bytes, (uint32_t)sizeof(len)); free(buf); return -1; |