diff options
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-rw-r--r-- | src/microhttpd/test_upgrade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c index dd226b85..61c1b3c4 100644 --- a/src/microhttpd/test_upgrade.c +++ b/src/microhttpd/test_upgrade.c | |||
@@ -77,7 +77,7 @@ test_upgrade (int flags, | |||
77 | (struct sockaddr *) &sa, | 77 | (struct sockaddr *) &sa, |
78 | sizeof (sa))) | 78 | sizeof (sa))) |
79 | abort (); | 79 | abort (); |
80 | if (0 !- pthread_create (&pt_client, | 80 | if (0 != pthread_create (&pt_client, |
81 | NULL, | 81 | NULL, |
82 | &run_usock_client, | 82 | &run_usock_client, |
83 | &sock)) | 83 | &sock)) |