aboutsummaryrefslogtreecommitdiff
path: root/findutils/xargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r--findutils/xargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c
index 352f7e64c..3322e9ebd 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -502,7 +502,7 @@ int xargs_main(int argc, char **argv)
502 if (child_error > 0 && child_error != 123) { 502 if (child_error > 0 && child_error != 123) {
503 break; 503 break;
504 } 504 }
505 } 505 } /* while */
506 if (ENABLE_FEATURE_CLEAN_UP) 506 if (ENABLE_FEATURE_CLEAN_UP)
507 free(max_chars); 507 free(max_chars);
508 return child_error; 508 return child_error;