diff options
Diffstat (limited to 'src/unexhp9k800.c')
-rw-r--r-- | src/unexhp9k800.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexhp9k800.c b/src/unexhp9k800.c index 8d34a3a3d7a..c7902f1e948 100644 --- a/src/unexhp9k800.c +++ b/src/unexhp9k800.c @@ -107,7 +107,7 @@ unexec(new_name, old_name, new_end_of_text, dummy1, dummy2) /* Close the binary file */ close(old); close(new); - exit(0); + return 0; } /* Save current data space in the file, update header. */ |