summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar/misc.c')
-rw-r--r--usr.bin/ar/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ar/misc.c b/usr.bin/ar/misc.c
index 5fef8d6..bcd9711 100644
--- a/usr.bin/ar/misc.c
+++ b/usr.bin/ar/misc.c
@@ -97,7 +97,7 @@ files(argv)
for (list = argv; *list; ++list)
if (compare(*list)) {
p = *list;
- for (; list[0] = list[1]; ++list)
+ for (; (list[0] = list[1]); ++list)
continue;
return (p);
}
OpenPOWER on IntegriCloud