mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(read_header): Replace legal' with
valid'.
This commit is contained in:
parent
4d90eee4f5
commit
5af1f9fe9e
@ -228,7 +228,7 @@ read_header (file, hdr, auxhdr)
|
||||
if (hdr->a_magic != EXEC_MAGIC && hdr->a_magic != SHARE_MAGIC
|
||||
&& hdr->a_magic != DEMAND_MAGIC)
|
||||
{
|
||||
fprintf (stderr, "a.out file doesn't have legal magic number\n");
|
||||
fprintf (stderr, "a.out file doesn't have valid magic number\n");
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user