aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--findutils/xargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c
index acee0319a..117a39b62 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -593,7 +593,7 @@ int xargs_main(int argc UNUSED_PARAM, char **argv)
593#else 593#else
594#define read_args process_stdin 594#define read_args process_stdin
595#endif 595#endif
596 IF_FEATURE_XARGS_SUPPORT_PARALLEL(char *opt_a = NULL;) 596 IF_FEATURE_XARGS_SUPPORT_ARGS_FILE(char *opt_a = NULL;)
597 597
598 INIT_G(); 598 INIT_G();
599 599