summaryrefslogtreecommitdiffstats
path: root/iphone.c
diff options
context:
space:
mode:
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)
// perhaps this is too general, == IPHONE_E_ECONNRESET
// might be a better check here
- if (client->error != IPHONE_E SUCCESS) {
+ if (client->error != IPHONE_E_SUCCESS) {
pthread_mutex_lock(&client->mutex);
if (client->cleanup) {
pthread_mutex_unlock(&client->mutex);