On Wed, 19 Mar 2025, Pali Rohár wrote:
--- mingw-w64-tools/gendef/src/gendef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/mingw-w64-tools/gendef/src/gendef.c b/mingw-w64-tools/gendef/src/gendef.c index 1f34edea2f07..b56777db4cd5 100644 --- a/mingw-w64-tools/gendef/src/gendef.c +++ b/mingw-w64-tools/gendef/src/gendef.c @@ -805,7 +805,7 @@ dump_def (void) } else if (seen_ret == 0 && !exp->beData) { - fprintf (fp, " ; Check!!! Couldn't determine function argument count. Function doesn't return. "); + fprintf (fp, " ; Check!!! Couldn't determine function argument count. Function doesn't return."); } fprintf(fp,"\n"); free (exp); -- 2.20.1
LGTM, pushed, thanks! // Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
