diff options
Diffstat (limited to 'src')
| -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 495094029d6..96eb985f857 100644 --- a/src/unexhp9k800.c +++ b/src/unexhp9k800.c | |||
| @@ -228,7 +228,7 @@ read_header (file, hdr, auxhdr) | |||
| 228 | if (hdr->a_magic != EXEC_MAGIC && hdr->a_magic != SHARE_MAGIC | 228 | if (hdr->a_magic != EXEC_MAGIC && hdr->a_magic != SHARE_MAGIC |
| 229 | && hdr->a_magic != DEMAND_MAGIC) | 229 | && hdr->a_magic != DEMAND_MAGIC) |
| 230 | { | 230 | { |
| 231 | fprintf (stderr, "a.out file doesn't have legal magic number\n"); | 231 | fprintf (stderr, "a.out file doesn't have valid magic number\n"); |
| 232 | exit (1); | 232 | exit (1); |
| 233 | } | 233 | } |
| 234 | 234 | ||