From e2cd3f70b93adfa22ab81b87d73e8bbb230e7107 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Sun, 15 Dec 2024 16:14:41 +0100 Subject: [PATCH] Fix missing newline --- src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.c b/src/text.c index 600d4a0..7ef7533 100644 --- a/src/text.c +++ b/src/text.c @@ -59,7 +59,7 @@ static const char g_help_exit_str[] = "" static const char g_general_help_str[] = "" "This is a FET_sim - simulator of FET (Field Effect Transistor) logic.\n" - "Version number: %s" + "Version number: %s\n" "You can use the following commands:\n\n" "next [STEPS] \t\t- advances the simulation\n" "draw [IND] \t\t- draws the state of the simulation\n" -- 2.30.2