]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.c
cli: add missing \n in error message
[notmuch] / tag-util.c
index e2d5b795acc30c35afb2c6ac62e750165ed8f128..343c161f471aa827ff186df01e7c24afe71e5d06 100644 (file)
@@ -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;
        }