summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/iphonesyslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iphonesyslog.c b/tools/iphonesyslog.c
index 195fc7c..017956e 100644
--- a/tools/iphonesyslog.c
+++ b/tools/iphonesyslog.c
@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
iphone_error_t ret = IPHONE_E_UNKNOWN_ERROR;
int i;
char uuid[41];
- int port = 0;
+ uint16_t port = 0;
uuid[0] = 0;
signal(SIGINT, clean_exit);