From c5eb9edf2600480b9490cccd8a66284cb46392a8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Jun 1998 02:13:21 +0000 Subject: Change all uses of unlocked-wrapped functions to their upper case wrapper names. --- src/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tty.c') diff --git a/src/tty.c b/src/tty.c index a96faead2..7a2d9deac 100644 --- a/src/tty.c +++ b/src/tty.c @@ -102,7 +102,7 @@ main (int argc, char **argv) else puts (_("not a tty")); - if (ferror (stdout) || fclose (stdout) == EOF) + if (FERROR (stdout) || fclose (stdout) == EOF) error (3, errno, _("standard output")); } -- cgit v1.2.3-54-g00ecf