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 1d5769bd8..0c4740b47 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -807,7 +807,7 @@ skip(off_t n_skip) | |||
807 | } | 807 | } |
808 | 808 | ||
809 | if (n_skip) | 809 | if (n_skip) |
810 | bb_error_msg_and_die("cannot skip past end of combined input"); | 810 | bb_error_msg_and_die("can't skip past end of combined input"); |
811 | } | 811 | } |
812 | 812 | ||
813 | 813 | ||