* gprof.c (copyright): Do not use N_ in array initializer.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 5 Apr 2000 20:53:15 +0000 (20:53 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 5 Apr 2000 20:53:15 +0000 (20:53 +0000)
gprof/ChangeLog
gprof/gprof.c

index ed14aba..3a40974 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * gprof.c (copyright): Do not use N_ in array initializer.
+
 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
 
        * po/gprof.pot: Regenerate.
index 382e418..0075480 100644 (file)
@@ -56,8 +56,8 @@ File_Format file_format = FF_AUTO;
 bool first_output = TRUE;
 
 char copyright[] =
N_("@(#) Copyright (c) 1983 Regents of the University of California.\n\
- All rights reserved.\n");
+ "@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
 
 static char *gmon_name = GMONNAME;     /* profile filename */