From 75e3e102ebcf1488b64cb954f4b78369020e8743 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Fri, 5 Jul 2024 20:00:51 +0200 Subject: [PATCH] small visual change --- source/arg_func.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arg_func.cpp b/source/arg_func.cpp index 9777f0f..68a3b5f 100644 --- a/source/arg_func.cpp +++ b/source/arg_func.cpp @@ -150,7 +150,7 @@ std::optional arg_new_password(Buffer &decrypted_buffer, Buffe } else { - printf("Input new password: \n"); + printf("Input new password: "); password = get_user_password(); if (password.empty()) {