projects
/
slink.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5f576c5
)
Fixed typo
master
author
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 13 Oct 2025 01:24:52 +0000
(
02:24
+0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 13 Oct 2025 01:24:52 +0000
(
02:24
+0100)
pe.c
patch
|
blob
|
history
diff --git
a/pe.c
b/pe.c
index bff2767ff130358a9299aec516be4b76eb1546cb..ecf5748d79b1148e9c1ad459aeba2f5bcb532dca 100644
(file)
--- a/
pe.c
+++ b/
pe.c
@@
-847,7
+847,7
@@
static unsigned long write_data (FILE *outfile, void *data, unsigned long data_s
if (fwrite (data, data_size, 1, outfile) != 1) {
if (fwrite (data, data_size, 1, outfile) != 1) {
- report_at (program_name, 0, REPORT_ERROR, "failed whist writing data to '%s'", output_implib_filename);
+ report_at (program_name, 0, REPORT_ERROR, "failed whi
l
st writing data to '%s'", output_implib_filename);
return 0;
}
return 0;
}