Fix missing newline
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sun, 15 Dec 2024 15:14:41 +0000 (16:14 +0100)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sun, 15 Dec 2024 15:14:41 +0000 (16:14 +0100)
src/text.c

index 600d4a0328d7b3d0a525004220ee0b1446facd0f..7ef753332feb2b2bea5b33fd02666ddc68fcf8b9 100644 (file)
@@ -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"