From b46d1a74f92b8873be59f93873a3cccc1a905f22 Mon Sep 17 00:00:00 2001 From: eugene Date: Wed, 12 May 2021 14:36: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 b5255beb38..383b1c7fd4 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.