From d460538b8547c3d541448b293cb1616ae5a65395 Mon Sep 17 00:00:00 2001 From: merlokk Date: Fri, 13 Oct 2017 18:38:00 +0300 Subject: [PATCH] small fix) --- client/proxmark3.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/proxmark3.c b/client/proxmark3.c index 2168622d..93e4dc1f 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -122,8 +122,6 @@ void main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) { read_history(".history"); while(1) { - break; - // If there is a script file if (script_file) {