X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ca3ed459283f056e713ab7fd5333ce2d79cc50b0..82885445b3be2ad153b53bcfe3c53f77e2db0dc7:/client/proxmark3.c diff --git a/client/proxmark3.c b/client/proxmark3.c index 21108cd5..907f5e7f 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -278,6 +278,6 @@ int main(int argc, char* argv[]) { // clean up mutex pthread_mutex_destroy(&print_lock); - + exit(0); }