summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ideviceinstaller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index fbd24d0..134579d 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -333,7 +333,7 @@ static void idevice_wait_for_command_to_complete()
333 333
334 /* wait for command to complete */ 334 /* wait for command to complete */
335 while (wait_for_command_complete && !command_completed && !err_occurred 335 while (wait_for_command_complete && !command_completed && !err_occurred
336 && !notified && is_device_connected) { 336 && is_device_connected) {
337 nanosleep(&ts, NULL); 337 nanosleep(&ts, NULL);
338 } 338 }
339 339