]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
Minor fix in html skeleton
[proxmark3-svn] / client / proxmark3.c
index 2fefc890f1b3bf9f3cbfde738ffb454851b1c779..102e03f72473ec0004028a522eb0c0ca4018e5ae 100644 (file)
@@ -168,6 +168,7 @@ static void *main_loop(void *targ) {
                        
                        if (cmd[0] != 0x00) {
                                if (strncmp(cmd, "quit", 4) == 0) {
+                                       exit(0);
                                        break;
                                }
                                
Impressum, Datenschutz