From e4cc4ee08251d4f78455449acbdb1d5f34c95964 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 31 May 2022 18:58:09 +0200 Subject: [PATCH] added backspace character after wiki link in why2-app I'm just bored... --- src/app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.c b/src/app/main.c index 50a2cc1..b740328 100644 --- a/src/app/main.c +++ b/src/app/main.c @@ -15,7 +15,7 @@ int main(void) "\"%s\" => \"%s\"\n\n" - "If you'd like to know more about WHY2 Encryption System, please visit: https://github.com/ENGO150/WHY2/wiki \n" + "If you'd like to know more about WHY2 Encryption System, please visit: https://github.com/ENGO150/WHY2/wiki \b\n" "Thank you so much for supporting this project!\n" , TEXT_TO_ENCRYPT, encryptedText.outputText