diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index d7ac7454e52..2fae7494c9f 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -176,7 +176,7 @@ not_squish(plan) tail = result = NULL; - while (next = yanknode(&plan)) { + while ((next = yanknode(&plan))) { /* * if we encounter a ( expression ) then look for nots in * the expr subplan.