1
0
mirror of https://git.code.sf.net/p/mingw-w64/mingw-w64 synced 2025-04-18 17:44:18 +03:00

gendef: Remove trailing space in generated def file

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Pali Rohár 2025-03-19 22:41:11 +01:00 committed by Martin Storsjö
parent 95ad23696f
commit 3c8e926c8d

View File

@ -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);