Loading...
stdio/FreeBSD/xprintf_int.c Libc-1725.40.4 Libc-997.90.3
--- Libc/Libc-1725.40.4/stdio/FreeBSD/xprintf_int.c
+++ Libc/Libc-997.90.3/stdio/FreeBSD/xprintf_int.c
@@ -269,8 +269,8 @@
 	const union arg *argp;
 	char buf[BUF];
 	char *p, *pe;
-	char ns;
-	int rdx, sign, zext, ngrp, l;
+	char ns, l;
+	int rdx, sign, zext, ngrp;
 	const char *nalt, *digit;
 	const char *thousands_sep;	/* locale specific thousands separator */
 	int thousands_sep_len;		/* locale specific thousands separator length */