This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A missing comma


Hi,

There is a missing comma in sysdeps/sh/dl-machine.h.

	kaz

--
Index: dl-machine.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/sh/dl-machine.h,v
retrieving revision 1.5
diff -u -r1.5 dl-machine.h
--- dl-machine.h	2001/02/28 06:35:24	1.5
+++ dl-machine.h	2001/03/06 06:38:42
@@ -462,7 +462,7 @@
 
 	      strtab = (const char *) D_PTR (map, l_info[DT_STRTAB]);
 	      _dl_error_printf ("\
-%s: Symbol `%s' has different size in shared object, consider re-linking\n"
+%s: Symbol `%s' has different size in shared object, consider re-linking\n",
 				_dl_argv[0] ?: "<program name unknown>",
 				strtab + refsym->st_name);
 	    }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]