svn commit: r271110 - head/lib/libc/locale

Pedro F. Giffuni pfg at FreeBSD.org
Thu Sep 4 17:36:22 UTC 2014


Author: pfg
Date: Thu Sep  4 17:36:21 2014
New Revision: 271110
URL: http://svnweb.freebsd.org/changeset/base/271110

Log:
  libc/locale: Remove a wrong comma.
  
  This only had some effect when debugging.
  
  Obtained from:	DragonflyBSD
  MFC after:	3 days

Modified:
  head/lib/libc/locale/lmonetary.c

Modified: head/lib/libc/locale/lmonetary.c
==============================================================================
--- head/lib/libc/locale/lmonetary.c	Thu Sep  4 17:21:54 2014	(r271109)
+++ head/lib/libc/locale/lmonetary.c	Thu Sep  4 17:36:21 2014	(r271110)
@@ -192,7 +192,7 @@ printf(	"int_curr_symbol = %s\n"
 	"n_cs_precedes = %d\n"
 	"n_sep_by_space = %d\n"
 	"p_sign_posn = %d\n"
-	"n_sign_posn = %d\n",
+	"n_sign_posn = %d\n"
 	"int_p_cs_precedes = %d\n"
 	"int_p_sep_by_space = %d\n"
 	"int_n_cs_precedes = %d\n"


More information about the svn-src-head mailing list