diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 9655c23..54029ff 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); |