summaryrefslogtreecommitdiff
path: root/libc/elf/dl-deps.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/elf/dl-deps.c')
-rw-r--r--libc/elf/dl-deps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/elf/dl-deps.c b/libc/elf/dl-deps.c
index 326fc16a5..fb180ac99 100644
--- a/libc/elf/dl-deps.c
+++ b/libc/elf/dl-deps.c
@@ -627,7 +627,7 @@ Filters not supported with LD_TRACE_PRELINKING"));
while (1)
{
/* Keep track of which object we looked at this round. */
- seen[i] += seen[i] < 2;
+ ++seen[i];
struct link_map *thisp = l_initfini[i];
/* Find the last object in the list for which the current one is