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 6000a19..426b629 100644 --- a/src/iphone.c +++ b/src/iphone.c | |||
| @@ -163,7 +163,7 @@ int send_to_phone(iPhone *phone, char *data, int datalen) { | |||
| 163 | * @param data Where to put data read | 163 | * @param data Where to put data read |
| 164 | * @param datalen How much data to read in | 164 | * @param datalen How much data to read in |
| 165 | * | 165 | * |
| 166 | * @returns How many bytes were read in, or -1 on error. | 166 | * @return How many bytes were read in, or -1 on error. |
| 167 | */ | 167 | */ |
| 168 | int recv_from_phone(iPhone *phone, char *data, int datalen) { | 168 | int recv_from_phone(iPhone *phone, char *data, int datalen) { |
| 169 | if (!phone) return -1; | 169 | if (!phone) return -1; |
