aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unexhp9k800.c2
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)
107 /* Close the binary file */ 107 /* Close the binary file */
108 close(old); 108 close(old);
109 close(new); 109 close(new);
110 exit(0); 110 return 0;
111} 111}
112 112
113/* Save current data space in the file, update header. */ 113/* Save current data space in the file, update header. */