diff options
Diffstat (limited to 'pipac.c')
-rw-r--r-- | pipac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ lexer_next_token(lexer_t *lexer, token_t *token) void print_usage() { - fputs("pipac <filename.pipa>", stderr); + fputs("pipac <filename.pipa>\n", stderr); } int |