diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-07-30 01:55:44 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-07-30 01:55:44 +0000 |
commit | 7d3c3d30e7633d9c947c0550b0d4051a7d5947d1 (patch) | |
tree | a19ca0a95e6b0afcdcb54f6afbfc55a4556a7dc9 | |
parent | 1cc1af42c1097995912b33cec556a18e8d162923 (diff) | |
download | cygnal-7d3c3d30e7633d9c947c0550b0d4051a7d5947d1.tar.gz cygnal-7d3c3d30e7633d9c947c0550b0d4051a7d5947d1.tar.bz2 cygnal-7d3c3d30e7633d9c947c0550b0d4051a7d5947d1.zip |
Fix formatting issue with last entry
-rw-r--r-- | winsup/mingw/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
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. |