From f5731b3f56c7341da5f4a74cd1de57401ef427a5 Mon Sep 17 00:00:00 2001 From: Carlos Maniero Date: Fri, 14 Apr 2023 13:01:28 -0300 Subject: cli: Add missing LF on print_usage Signed-off-by: Carlos Maniero --- pipac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pipac.c') diff --git a/pipac.c b/pipac.c index f51f13e..a93e77f 100644 --- a/pipac.c +++ b/pipac.c @@ -224,7 +224,7 @@ lexer_next_token(lexer_t *lexer, token_t *token) void print_usage() { - fputs("pipac ", stderr); + fputs("pipac \n", stderr); } int -- cgit v1.2.3