summaryrefslogtreecommitdiffstats
path: root/dev/afccheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'dev/afccheck.c')
-rw-r--r--dev/afccheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/afccheck.c b/dev/afccheck.c
index 8e11b8a..569acf1 100644
--- a/dev/afccheck.c
+++ b/dev/afccheck.c
@@ -93,7 +93,7 @@ int main(int argc, char *argv[])
93 lockdownd_client_t client = NULL; 93 lockdownd_client_t client = NULL;
94 iphone_device_t phone = NULL; 94 iphone_device_t phone = NULL;
95 GError *err; 95 GError *err;
96 int port = 0; 96 uint16_t port = 0;
97 afc_client_t afc = NULL; 97 afc_client_t afc = NULL;
98 98
99 if (argc > 1 && !strcasecmp(argv[1], "--debug")) { 99 if (argc > 1 && !strcasecmp(argv[1], "--debug")) {