summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Christophe Fergeau2008-12-29 12:40:41 +0100
committerGravatar Matt Colyer2009-01-02 09:55:08 -0800
commita1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36 (patch)
treee4f4f8871391d575cc14be820360aee117926606 /src
parentb30cd1dc05640ee6468b19e479162946a3722ac1 (diff)
downloadlibimobiledevice-a1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36.tar.gz
libimobiledevice-a1b4064de6e3f28d8d3e1e5e9acdda5aee0f6a36.tar.bz2
Add comment about some code that should not be reached
Diffstat (limited to 'src')
-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;
}