dl-misc compile fix

Jes Sorensen jes@linuxcare.com
Wed Feb 28 07:10:00 GMT 2001


2001-02-28  Jes Sorensen  <jes@linuxcare.com>

	* elf/dl-misc.c (_dl_debug_vdprintf): Remove superflous semi-colon.

--- elf/dl-misc.c~	Wed Feb 28 10:00:35 2001
+++ elf/dl-misc.c	Wed Feb 28 10:13:18 2001
@@ -181,7 +181,7 @@
 		   different size.  */
 #if LONG_MAX != INT_MAX
 		unsigned long int num = (long_mod
-					 ? va_arg (arg, unsigned long int);
+					 ? va_arg (arg, unsigned long int)
 					 : va_arg (arg, unsigned int));
 #else
 		unsigned long int num = va_arg (arg, unsigned int);



More information about the Libc-hacker mailing list