X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ca3ed459283f056e713ab7fd5333ce2d79cc50b0..a11ca2f3057416c07ca03b24ff16229f67d1b3f8:/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); }