summaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/filerelaytest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/filerelaytest.c b/dev/filerelaytest.c
index caaa491..6e611c0 100644
--- a/dev/filerelaytest.c
+++ b/dev/filerelaytest.c
@@ -86,7 +86,7 @@ int main(int argc, char **argv)
86 while (idevice_connection_receive(dump, buf, 4096, &len) == IDEVICE_E_SUCCESS) { 86 while (idevice_connection_receive(dump, buf, 4096, &len) == IDEVICE_E_SUCCESS) {
87 fwrite(buf, 1, len, f); 87 fwrite(buf, 1, len, f);
88 cnt += len; 88 cnt += len;
89 printf(".", len); 89 printf(".");
90 len = 0; 90 len = 0;
91 } 91 }
92 printf("\n"); 92 printf("\n");