diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index 52ddd9fb7..353124b35 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -127,5 +127,5 @@ RET_0: | |||
127 | } | 127 | } |
128 | } while (*++argv != last); | 128 | } while (*++argv != last); |
129 | 129 | ||
130 | return (status); | 130 | return status; |
131 | } | 131 | } |