diff options
Diffstat (limited to 'coreutils/od.c')
-rw-r--r-- | coreutils/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od.c b/coreutils/od.c index df06dd3..60a5174 100644 --- a/coreutils/od.c +++ b/coreutils/od.c @@ -189,7 +189,7 @@ int od_main(int argc, char **argv) odoffset(argc, &argv); - return(bb_dump_dump(argv)); + return bb_dump_dump(argv); } /*- |