summaryrefslogtreecommitdiffstats
path: root/src/fdr.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-08 23:49:45 +0200
committerGravatar Martin Szulecki2020-06-08 23:49:45 +0200
commit0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 (patch)
tree01b051007d0e87d3a7c43020457500acf9b17c48 /src/fdr.c
parent60e69ac4759026ab564280b8406c7ac1c840b6b0 (diff)
downloadidevicerestore-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdr.c b/src/fdr.c
index e21d134..a1953d6 100644
--- a/src/fdr.c
+++ b/src/fdr.c
@@ -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;