From 3239eff409424e527f6df08b72e605124604ddce Mon Sep 17 00:00:00 2001 From: eugene Date: Wed, 12 May 2021 14:37:24 -0400 Subject: [PATCH] fix changelog entry Signed-off-by: eugene --- ChangeLog.d/fix-mingw-build.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.d/fix-mingw-build.txt b/ChangeLog.d/fix-mingw-build.txt index b5255beb3..383b1c7fd 100644 --- a/ChangeLog.d/fix-mingw-build.txt +++ b/ChangeLog.d/fix-mingw-build.txt @@ -1,4 +1,5 @@ Changes * fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on. - When that flag is on, standard GNU C printf format specifiers should be used. + When that flag is on, standard GNU C printf format specifiers + should be used.