From bef655966045af34e1f20a7211f0cab2e7e79001 Mon Sep 17 00:00:00 2001 From: Zach C Date: Wed, 6 Aug 2008 21:04:09 -0700 Subject: Adds locking and fixes a minor bug in mux_recv Signed-off-by: Matt Colyer --- src/iphone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iphone.c') 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) { * @param data Where to put data read * @param datalen How much data to read in * - * @returns How many bytes were read in, or -1 on error. + * @return How many bytes were read in, or -1 on error. */ int recv_from_phone(iPhone *phone, char *data, int datalen) { if (!phone) return -1; -- cgit v1.1-32-gdbae