summaryrefslogtreecommitdiff
path: root/coreutils/od_bloaty.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-11-16 12:39:16 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-11-16 12:39:16 +0000
commit7c2db5c1988da00c101cc2aeb8767f18a1fe9eb9 (patch)
tree91c162970616efec52217652571a0b140601024e /coreutils/od_bloaty.c
parenta702457eac1d2b014f108f78605d7fb6424b5844 (diff)
downloadbusybox-w32-7c2db5c1988da00c101cc2aeb8767f18a1fe9eb9.tar.gz
busybox-w32-7c2db5c1988da00c101cc2aeb8767f18a1fe9eb9.tar.bz2
busybox-w32-7c2db5c1988da00c101cc2aeb8767f18a1fe9eb9.zip
- use standard-imposed constants some more
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r--coreutils/od_bloaty.c2
1 files changed, 1 insertions, 1 deletions
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)
1411 /* skip over any unwanted header bytes */ 1411 /* skip over any unwanted header bytes */
1412 skip(n_bytes_to_skip); 1412 skip(n_bytes_to_skip);
1413 if (!in_stream) 1413 if (!in_stream)
1414 return 1; 1414 return EXIT_FAILURE;
1415 1415
1416 pseudo_offset = (flag_pseudo_start ? pseudo_start - n_bytes_to_skip : 0); 1416 pseudo_offset = (flag_pseudo_start ? pseudo_start - n_bytes_to_skip : 0);
1417 1417