From 3f39bf376985a9e87d7c28a986e17dff4727e74c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 20 Jun 2016 13:03:26 -0700 Subject: SQUASH??? --- line-log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'line-log.c') diff --git a/line-log.c b/line-log.c index c3b8563190..e62a7f4ac4 100644 --- a/line-log.c +++ b/line-log.c @@ -854,10 +854,10 @@ static void print_line(const char *prefix, char first, fputs(prefix, file); fputs(color, file); - fputc(first, file); + putc(first, file); fwrite(begin, 1, end-begin, file); fputs(reset, file); - fputc('\n', file); + putc('\n', file); if (!had_nl) fputs("\\ No newline at end of file\n", file); } -- cgit v1.2.1