summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar/move.c')
-rw-r--r--usr.bin/ar/move.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ar/move.c b/usr.bin/ar/move.c
index 1bbdef4..c2dba36 100644
--- a/usr.bin/ar/move.c
+++ b/usr.bin/ar/move.c
@@ -85,7 +85,7 @@ move(argv)
/* Read and write to an archive; pad on both. */
SETCF(afd, archive, 0, tname, RPAD|WPAD);
- for (curfd = tfd1; get_arobj(afd);) {
+ for (curfd = tfd1; get_arobj(afd);) {
if (*argv && (file = files(argv))) {
if (options & AR_V)
(void)printf("m - %s\n", file);
@@ -137,4 +137,4 @@ move(argv)
return (1);
}
return (0);
-}
+}
OpenPOWER on IntegriCloud