diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index 3492a4ac1..a41805b18 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -134,7 +134,7 @@ static void prompt_compose(char *buf, size_t buflen, const char *promptctx, cons snprintf(buf, buflen - 1, PROXPROMPT_COMPOSE, promptdev, promptnet, promptctx); } else { - snprintf(buf, buflen - 1, "\r \r" PROXPROMPT_COMPOSE, promptdev, promptnet, promptctx); + snprintf(buf, buflen - 1, "\r \r" PROXPROMPT_COMPOSE, promptdev, promptnet, promptctx); } }