summaryrefslogtreecommitdiff
path: root/src/unexcw.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
commitfffe2e140420f75d6ad06ab9356b337570572b9b (patch)
tree216a77941f22567cc86683c576a1c84caabab387 /src/unexcw.c
parent09f6ff021c99c2b80f39e6d8a54ef556ea108a83 (diff)
downloademacs-fffe2e140420f75d6ad06ab9356b337570572b9b.tar.gz
Restore failure returns to unexaix.c, unexcoff.c, unexcw.c
Diffstat (limited to 'src/unexcw.c')
-rw-r--r--src/unexcw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexcw.c b/src/unexcw.c
index 1202e046024..f643c196de0 100644
--- a/src/unexcw.c
+++ b/src/unexcw.c
@@ -263,6 +263,7 @@ unexec (const char *outfile, const char *infile)
{
/* can only dump once */
printf ("You can only dump Emacs once on this platform.\n");
+ return;
}
report_sheap_usage (1);