From 3c6f6382eef14b880550cbf28ac5a517d0a075fc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 26 May 2023 12:34:11 +0200 Subject: libbb/dump: conditionalize code used only by xxd and od Signed-off-by: Denys Vlasenko --- coreutils/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/od.c b/coreutils/od.c index 3fd241d..46aba5a 100644 --- a/coreutils/od.c +++ b/coreutils/od.c @@ -223,7 +223,7 @@ int od_main(int argc, char **argv) return bb_dump_dump(dumper, argv); } -#endif /* ENABLE_DESKTOP */ +#endif /* !ENABLE_DESKTOP */ /*- * Copyright (c) 1990 The Regents of the University of California. -- cgit v1.1