Merge branch 'en/incl-forward-decl'
[gitweb.git] / builtin / blame.c
index cbbcb26f89764ef897e3fb1cd7abb26c4c3a5813..c2da673ac802b02609d54de3932fa8a2db221dbd 100644 (file)
@@ -410,7 +410,7 @@ static void parse_color_fields(const char *s)
        }
 
        if (next == EXPECT_COLOR)
-               die (_("must end with a color"));
+               die(_("must end with a color"));
 
        colorfield[colorfield_nr].hop = TIME_MAX;
        string_list_clear(&l, 0);