From 7c2db5c1988da00c101cc2aeb8767f18a1fe9eb9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 16 Nov 2007 12:39:16 +0000 Subject: - use standard-imposed constants some more --- coreutils/od_bloaty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/od_bloaty.c') diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 9655c2398..54029ff5b 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c @@ -1411,7 +1411,7 @@ int od_main(int argc, char **argv) /* skip over any unwanted header bytes */ skip(n_bytes_to_skip); if (!in_stream) - return 1; + return EXIT_FAILURE; pseudo_offset = (flag_pseudo_start ? pseudo_start - n_bytes_to_skip : 0); -- cgit v1.2.3