diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/irecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c index 955d3ca..61d053a 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c | |||
| @@ -596,7 +596,7 @@ int main(int argc, char* argv[]) | |||
| 596 | 596 | ||
| 597 | case kSendFile: | 597 | case kSendFile: |
| 598 | irecv_event_subscribe(client, IRECV_PROGRESS, &progress_cb, NULL); | 598 | irecv_event_subscribe(client, IRECV_PROGRESS, &progress_cb, NULL); |
| 599 | error = irecv_send_file(client, argument, 1); | 599 | error = irecv_send_file(client, argument, IRECV_SEND_OPT_DFU_NOTIFY_FINISH); |
| 600 | debug("%s\n", irecv_strerror(error)); | 600 | debug("%s\n", irecv_strerror(error)); |
| 601 | break; | 601 | break; |
| 602 | 602 | ||
