diff options
author | Christophe Fergeau | 2008-12-29 12:40:41 +0100 |
---|---|---|
committer | Matt Colyer | 2009-01-02 09:55:08 -0800 |
commit | a1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36 (patch) | |
tree | e4f4f8871391d575cc14be820360aee117926606 | |
parent | b30cd1dc05640ee6468b19e479162946a3722ac1 (diff) | |
download | libimobiledevice-a1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36.tar.gz libimobiledevice-a1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36.tar.bz2 |
Add comment about some code that should not be reached
-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) } else { return bytes; } - + /* Should not be reached */ return -1; } |