aboutsummaryrefslogtreecommitdiff
path: root/binutils/rename.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/rename.c')
-rw-r--r--binutils/rename.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/rename.c b/binutils/rename.c
index a7be2c1..1a6a86b 100644
--- a/binutils/rename.c
+++ b/binutils/rename.c
@@ -165,8 +165,8 @@ smart_rename (from, to, preserve_dates)
ret = rename (from, to);
if (ret != 0)
{
- /* We have to clean up here. */
-
+ /* We have to clean up here. */
+
non_fatal (_("%s: rename: %s"), to, strerror (errno));
unlink (from);
}
@@ -199,7 +199,7 @@ smart_rename (from, to, preserve_dates)
}
else
{
- /* We have to clean up here. */
+ /* We have to clean up here. */
non_fatal (_("%s: rename: %s"), to, strerror (errno));
unlink (from);
}