From 7d3c3d30e7633d9c947c0550b0d4051a7d5947d1 Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Thu, 30 Jul 2009 01:55:44 +0000 Subject: [PATCH] Fix formatting issue with last entry --- winsup/mingw/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index dbb0a2148..0dbd7a462 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -2,7 +2,7 @@ Correct disposition of wchar_t output in printf(). - mingwex/stdio/pformat.c (__pformat) [%C]: Create new instance of... + * mingwex/stdio/pformat.c (__pformat) [%C]: Create new instance of... (argval): ...this, in inner scope, with singular type `wchar_t'; use it to pass one wchar to __pformat_wputchars(), for output.