summaryrefslogtreecommitdiffstats
path: root/iphone.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-04-17 15:30:03 +0200
committerGravatar Nikias Bassen2009-04-17 15:30:03 +0200
commit0d6dba35a14197c387548116239982100f51402a (patch)
tree1b4e6fbd381f2e62dc574894006b77ab1d7298c9 /iphone.c
parent16c87ebc50974aac4f91b8e3649eec0d03300d6f (diff)
downloadusbmuxd-0d6dba35a14197c387548116239982100f51402a.tar.gz
usbmuxd-0d6dba35a14197c387548116239982100f51402a.tar.bz2
damn typo
Diffstat (limited to 'iphone.c')
-rw-r--r--iphone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone.c b/iphone.c
index c57df61..ea8d3a3 100644
--- a/iphone.c
+++ b/iphone.c
@@ -1116,7 +1116,7 @@ int iphone_mux_pullbulk(iphone_device_t phone)
1116 1116
1117 // perhaps this is too general, == IPHONE_E_ECONNRESET 1117 // perhaps this is too general, == IPHONE_E_ECONNRESET
1118 // might be a better check here 1118 // might be a better check here
1119 if (client->error != IPHONE_E SUCCESS) { 1119 if (client->error != IPHONE_E_SUCCESS) {
1120 pthread_mutex_lock(&client->mutex); 1120 pthread_mutex_lock(&client->mutex);
1121 if (client->cleanup) { 1121 if (client->cleanup) {
1122 pthread_mutex_unlock(&client->mutex); 1122 pthread_mutex_unlock(&client->mutex);