diff options
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r-- | findutils/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index 695091a04..a430e5f3d 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c @@ -141,7 +141,7 @@ static xlist_t *process_stdin(xlist_t *list_arg, } else { goto set; } - } else { /* if(state == NORM) */ + } else { /* if (state == NORM) */ if (ISSPACE(c)) { if (s) { unexpected_eof: |