B"H view1090: do not use pthreads

It *seems* that pthreads are used in dump1090 for I/! sample reading
only. So view1090 need not use pthread_exit.
This commit is contained in:
hhm 2014-07-06 05:58:44 -04:00
parent ec09cc7a71
commit a86eb7a61c

View file

@ -298,11 +298,7 @@ int main(int argc, char **argv) {
if (fd != ANET_ERR)
{close(fd);}
#ifndef _WIN32
pthread_exit(0);
#else
return (0);
#endif
}
//
//=========================================================================