From dd9470cb58f9c668279aa8dab8164440b73daaad Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Jun 1998 02:11:07 +0000 Subject: Change all uses of unlocked-wrapped functions to their upper case wrapper names. --- src/wc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wc.c') diff --git a/src/wc.c b/src/wc.c index 15a38917a..71fd4fb18 100644 --- a/src/wc.c +++ b/src/wc.c @@ -130,7 +130,7 @@ write_counts (uintmax_t lines, } if (*file) printf (" %s", file); - putchar ('\n'); + PUTCHAR ('\n'); } static void -- cgit v1.2.3-54-g00ecf