aboutsummaryrefslogtreecommitdiff
path: root/coreutils/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r--coreutils/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c
index aef1ed19a..1c0dc3d72 100644
--- a/coreutils/mv.c
+++ b/coreutils/mv.c
@@ -46,7 +46,7 @@ static const struct option mv_long_options[] = {
46 46
47static const char fmt[] = "cannot overwrite %sdirectory with %sdirectory"; 47static const char fmt[] = "cannot overwrite %sdirectory with %sdirectory";
48 48
49extern int mv_main(int argc, char **argv) 49int mv_main(int argc, char **argv)
50{ 50{
51 struct stat dest_stat; 51 struct stat dest_stat;
52 const char *last; 52 const char *last;