diff options
Diffstat (limited to 'binutils/resres.c')
-rw-r--r-- | binutils/resres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/resres.c b/binutils/resres.c index 7e742d2..6ea5746 100644 --- a/binutils/resres.c +++ b/binutils/resres.c @@ -499,7 +499,7 @@ write_res_info (windres_bfd *wrbfd, rc_uint_type off, const rc_res_res_info *inf if (wrbfd) { struct bin_res_info l; - + windres_put_32 (wrbfd, l.version, info->version); windres_put_16 (wrbfd, l.memflags, info->memflags); windres_put_16 (wrbfd, l.language, info->language); |