diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-20 13:03:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-20 13:03:26 -0700 |
commit | 3f39bf376985a9e87d7c28a986e17dff4727e74c (patch) | |
tree | 022830e1b2afc9596c6453c8d090198f86850653 /builtin/log.c | |
parent | ef74594e42e57308ef67b4bef03e42c137e7ad4b (diff) | |
download | git-js/log-diff-to-non-stdout.tar.gz |
SQUASH???js/log-diff-to-non-stdout
Diffstat (limited to 'builtin/log.c')
-rw-r--r-- | builtin/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/log.c b/builtin/log.c index 5a889d5442..2bfcc43ea3 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -889,8 +889,8 @@ static void print_signature(FILE *file) fprintf(file, "-- \n%s", signature); if (signature[strlen(signature)-1] != '\n') - fputc('\n', file); - fputc('\n', file); + putc('\n', file); + putc('\n', file); } static void add_branch_description(struct strbuf *buf, const char *branch_name) |