X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/590f8ff949af9cb55548b050e5da2481e9e469f5..46cd40465a32be6ec9059aa8673ef9d84adb9517:/client/proxmark3.c diff --git a/client/proxmark3.c b/client/proxmark3.c index 77c37715..9873f26a 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -35,6 +35,7 @@ static void *usb_receiver(void *targ) } pthread_exit(NULL); + return NULL; } static void *main_loop(void *targ) @@ -70,6 +71,7 @@ static void *main_loop(void *targ) ExitGraphics(); pthread_exit(NULL); + return NULL; } int main(int argc, char **argv)