diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,6 @@ void show_help(FILE *out) i = toy_find(++s)-toy_list; } - fprintf(out, "%s", s); + fprintf(out, "%s\n", s); } } |