emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/unexhp9k800.c,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/unexhp9k800.c,v
Date: Sun, 24 Feb 2008 10:09:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/24 10:09:07

Index: src/unexhp9k800.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/unexhp9k800.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- src/unexhp9k800.c   23 Mar 2007 02:38:05 -0000      1.12
+++ src/unexhp9k800.c   24 Feb 2008 10:09:03 -0000      1.13
@@ -228,7 +228,7 @@
   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);
     }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]