libc/locale: Remove a wrong comma.
This only had some effect when debugging. Obtained from: DragonflyBSD MFC after: 3 days
This commit is contained in:
parent
d359a7b69b
commit
88b9fb0549
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user