A missing comma

kaz Kojima kkojima@rr.iij4u.or.jp
Mon Mar 5 23:07:00 GMT 2001


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);
 	    }



More information about the Libc-hacker mailing list