diff options
| author | 2020-02-11 14:53:59 -0500 | |
|---|---|---|
| committer | 2022-03-29 12:11:18 +0200 | |
| commit | 8e29efecd01262236a22168cc17638a13412abf0 (patch) | |
| tree | 963ce25a33e5adcbc9b64c7eae0cae7cc62d7653 /tools | |
| parent | 2f1e0660ef0a3dcfa35c8003b0806bae3acd411d (diff) | |
| download | libimobiledevice-8e29efecd01262236a22168cc17638a13412abf0.tar.gz libimobiledevice-8e29efecd01262236a22168cc17638a13412abf0.tar.bz2 | |
Fix compile
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/idevicedebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c index 4c1ca89..27eaa4e 100644 --- a/tools/idevicedebug.c +++ b/tools/idevicedebug.c | |||
| @@ -493,7 +493,7 @@ int main(int argc, char *argv[]) | |||
| 493 | goto cleanup; | 493 | goto cleanup; |
| 494 | } | 494 | } |
| 495 | 495 | ||
| 496 | dres = debugserver_client_receive(debugserver_client, &response, NULL); | 496 | dres = debugserver_client_receive_response(debugserver_client, &response, NULL); |
| 497 | } | 497 | } |
| 498 | 498 | ||
| 499 | /* kill process after we finished */ | 499 | /* kill process after we finished */ |
