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)
214 } else { 214 } else {
215 return bytes; 215 return bytes;
216 } 216 }
217 217 /* Should not be reached */
218 return -1; 218 return -1;
219} 219}
220 220