diff options
Diffstat (limited to 'src/iphone.c')
| -rw-r--r-- | src/iphone.c | 2 |
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 | ||
