(make_hdr): Replace legal' with
valid'.
This commit is contained in:
parent
5af1f9fe9e
commit
74ac7057d6
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name)
|
|||
}
|
||||
if (coffheader.f_magic != COFF_MAGIC)
|
||||
{
|
||||
ERROR1("%s doesn't have legal coff magic number\n", a_name);
|
||||
ERROR1("%s doesn't have valid coff magic number\n", a_name);
|
||||
}
|
||||
#endif
|
||||
if (read (a_out, &ohdr, sizeof hdr) != sizeof hdr)
|
||||
|
|
Loading…
Add table
Reference in a new issue