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:
parent
95ad23696f
commit
3c8e926c8d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user