From 471c997e66015a093afa9146d764d678514fed52 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 13 Jan 2010 01:45:42 +0100 Subject: lockdown/tools/python: use correct type for port parameter --- dev/msyncclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/msyncclient.c') diff --git a/dev/msyncclient.c b/dev/msyncclient.c index 6134649..c136ef2 100644 --- a/dev/msyncclient.c +++ b/dev/msyncclient.c @@ -141,7 +141,7 @@ static mobilesync_error_t mobilesync_get_all_contacts(mobilesync_client_t client int main(int argc, char *argv[]) { - int port = 0; + uint16_t port = 0; lockdownd_client_t client = NULL; iphone_device_t phone = NULL; -- cgit v1.1-32-gdbae