summaryrefslogtreecommitdiff
path: root/binutils/rename.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-23 04:11:57 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-23 04:11:57 +0000
commit1db864db954187c9ce6690ef35e35f92cf6848b5 (patch)
tree1a2ad44a831177f6aceb52e701ad31e8102e00ef /binutils/rename.c
parent0d8a1c97f1fbdbf91a3de82d5bd22a537b6b23ab (diff)
downloadbinutils-redhat-1db864db954187c9ce6690ef35e35f92cf6848b5.tar.gz
* rdcoff.c: Fix formatting.
* rddbg.c: Likewise. * readelf.c: Likewise. * rename.c: Likewise. * resbin.c: Likewise. * resrc.c: Likewise. * resres.c: Likewise.
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 a7be2c1f30..1a6a86ba80 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);
}