Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3bca33c
Commit
f3bca33c
authored
Jan 07, 1993
by
Richard M. Stallman
Browse files
(unexec): Don't call exit, just return.
parent
d2561f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/unexhp9k800.c
src/unexhp9k800.c
+1
-1
No files found.
src/unexhp9k800.c
View file @
f3bca33c
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment