summaryrefslogtreecommitdiffstats
path: root/tools/iphonebackup.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iphonebackup.c')
-rw-r--r--tools/iphonebackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iphonebackup.c b/tools/iphonebackup.c
index a0b91f3..c24c161 100644
--- a/tools/iphonebackup.c
+++ b/tools/iphonebackup.c
@@ -545,7 +545,7 @@ int main(int argc, char *argv[])
545 545
546 plist_free(message); 546 plist_free(message);
547 message = NULL; 547 message = NULL;
548 } while (!plist_strcmp(node, "DLSendFile")); 548 } while (1);
549 549
550 printf("Received %d files from device.\n", file_index); 550 printf("Received %d files from device.\n", file_index);
551 551