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[])
49 iphone_error_t ret = IPHONE_E_UNKNOWN_ERROR; 49 iphone_error_t ret = IPHONE_E_UNKNOWN_ERROR;
50 int i; 50 int i;
51 char uuid[41]; 51 char uuid[41];
52 int port = 0; 52 uint16_t port = 0;
53 uuid[0] = 0; 53 uuid[0] = 0;
54 54
55 signal(SIGINT, clean_exit); 55 signal(SIGINT, clean_exit);