X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=builtin%2Fblame.c;h=f6b03f750a0b69ef835caa0a2e4988f9a08abb85;hb=25197ebe7f813407b028a2c304ff8ee58da40a16;hp=aa30ec52692558b0d8ed3dc3b6d671185682026e;hpb=f3bb8b4b8452f1b7add220e787ef56c737ceff6a;p=git.git diff --git a/builtin/blame.c b/builtin/blame.c index aa30ec526..f6b03f750 100644 --- a/builtin/blame.c +++ b/builtin/blame.c @@ -1312,8 +1312,7 @@ static void pass_blame(struct scoreboard *sb, struct origin *origin, int opt) /* * Information on commits, used for output. */ -struct commit_info -{ +struct commit_info { const char *author; const char *author_mail; unsigned long author_time;