X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/05f23c593cc5bc1d3bb9084605f38c8f08c39163..981bd4292e1f6d898453479c7bad86480d0c959f:/client/proxmark3.c diff --git a/client/proxmark3.c b/client/proxmark3.c index 2fefc890..102e03f7 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -168,6 +168,7 @@ static void *main_loop(void *targ) { if (cmd[0] != 0x00) { if (strncmp(cmd, "quit", 4) == 0) { + exit(0); break; }