From 623c8ae1478d3343aa2d7c9d3e7f68f67573e4cb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Jan 2004 23:45:21 +0000 Subject: (usage): Use EXIT_SUCCESS, not 0, for clarity. --- src/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stat.c') diff --git a/src/stat.c b/src/stat.c index 98d2d08a4..b4f7040be 100644 --- a/src/stat.c +++ b/src/stat.c @@ -687,7 +687,7 @@ do_stat (char const *filename, int follow_links, int terse, void usage (int status) { - if (status != 0) + if (status != EXIT_SUCCESS) fprintf (stderr, _("Try `%s --help' for more information.\n"), program_name); else -- cgit v1.2.3-54-g00ecf