summaryrefslogtreecommitdiff
path: root/src/unexaix.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-17 13:18:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-17 13:18:59 -0700
commitcfaed4c921f70c3ae59776d22a4ca086c4e5943c (patch)
tree18a2b8e7aa9bf809162d0991520ff2d23b1d13c1 /src/unexaix.c
parentc508f864666a172c39e5974bda219eafa350b8b6 (diff)
downloademacs-cfaed4c921f70c3ae59776d22a4ca086c4e5943c.tar.gz
Restore failure returns to unexaix.c, unexcoff.c, unexcw.c
Diffstat (limited to 'src/unexaix.c')
-rw-r--r--src/unexaix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexaix.c b/src/unexaix.c
index e6aad2db775..df4c5b8905c 100644
--- a/src/unexaix.c
+++ b/src/unexaix.c
@@ -142,6 +142,7 @@ unexec (const char *new_name, const char *a_name)
|| unrelocate_symbols (new, a_out, a_name, new_name) < 0)
{
close (new);
+ return;
}
close (new);