summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/iphone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iphone.c b/src/iphone.c
index f733219..32d27f6 100644
--- a/src/iphone.c
+++ b/src/iphone.c
@@ -214,7 +214,7 @@ int send_to_phone(iphone_device_t phone, char *data, int datalen)
} else {
return bytes;
}
-
+ /* Should not be reached */
return -1;
}