aboutsummaryrefslogtreecommitdiffhomepage
path: root/tag-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tag-util.c')
-rw-r--r--tag-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-util.c b/tag-util.c
index e2d5b795..343c161f 100644
--- a/tag-util.c
+++ b/tag-util.c
@@ -172,7 +172,7 @@ parse_tag_command_line (void *ctx, int argc, char **argv,
msg = illegal_tag (argv[i] + 1, is_remove);
if (msg) {
- fprintf (stderr, "Error: %s", msg);
+ fprintf (stderr, "Error: %s\n", msg);
return TAG_PARSE_INVALID;
}