diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/ln.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index 3b822e8c7..168814801 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -134,7 +134,6 @@ int ln_main(int argc, char **argv) } free(src_name); - } while ((++argv)[1]); return status; |