aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 4193cdd..380a28e 100644
--- a/driver.c
+++ b/driver.c
@@ -488,7 +488,7 @@ main(int argc, char *argv[])
usage("cannot specify -o with multiple input files without linking");
}
}
- for (input = inputs.val; input < (struct input *)((char *)inputs.val + inputs.len); ++input)
+ arrayforeach (&inputs, input)
buildobj(input, output, last);
if (last == LINK) {
if (!output)