From: Lukáš Jiřiště Date: Sun, 15 Dec 2024 15:14:41 +0000 (+0100) Subject: Fix missing newline X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=e2cd3f70b93adfa22ab81b87d73e8bbb230e7107;p=FET_sim.git Fix missing newline --- 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"