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 [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/unexhp9k800.c,v [EMACS_22_BASE]
Date: Tue, 05 Feb 2008 02:45:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      08/02/05 02:45:30

Index: unexhp9k800.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/unexhp9k800.c,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -b -r1.12 -r1.12.2.1
--- unexhp9k800.c       23 Mar 2007 02:38:05 -0000      1.12
+++ unexhp9k800.c       5 Feb 2008 02:45:30 -0000       1.12.2.1
@@ -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]