diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-05-26 12:34:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-05-26 12:34:11 +0200 |
commit | 3c6f6382eef14b880550cbf28ac5a517d0a075fc (patch) | |
tree | fa4a969aabbc2514c13279176add39441b341972 /coreutils | |
parent | aa4d303a3139107919f73cece4eaf85a7dc75db6 (diff) | |
download | busybox-w32-3c6f6382eef14b880550cbf28ac5a517d0a075fc.tar.gz busybox-w32-3c6f6382eef14b880550cbf28ac5a517d0a075fc.tar.bz2 busybox-w32-3c6f6382eef14b880550cbf28ac5a517d0a075fc.zip |
libbb/dump: conditionalize code used only by xxd and od
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-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 3fd241d51..46aba5a7c 100644 --- a/coreutils/od.c +++ b/coreutils/od.c | |||
@@ -223,7 +223,7 @@ int od_main(int argc, char **argv) | |||
223 | 223 | ||
224 | return bb_dump_dump(dumper, argv); | 224 | return bb_dump_dump(dumper, argv); |
225 | } | 225 | } |
226 | #endif /* ENABLE_DESKTOP */ | 226 | #endif /* !ENABLE_DESKTOP */ |
227 | 227 | ||
228 | /*- | 228 | /*- |
229 | * Copyright (c) 1990 The Regents of the University of California. | 229 | * Copyright (c) 1990 The Regents of the University of California. |