diff options
Diffstat (limited to 'dev/afccheck.c')
| -rw-r--r-- | dev/afccheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/afccheck.c b/dev/afccheck.c index 152a8df..2f7d92c 100644 --- a/dev/afccheck.c +++ b/dev/afccheck.c | |||
| @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) | |||
| 106 | return 1; | 106 | return 1; |
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | iphone_afc_new_client(phone, 3432, port, &afc); | 109 | iphone_afc_new_client(phone, port, &afc); |
| 110 | 110 | ||
| 111 | //makes sure thread environment is available | 111 | //makes sure thread environment is available |
| 112 | if (!g_thread_supported()) | 112 | if (!g_thread_supported()) |
