winebuild: Added missing close.
This commit is contained in:
parent
b364bc005d
commit
051535961a
@ -184,6 +184,7 @@ void load_res16_file( const char *name, DLLSPEC *spec )
|
|||||||
file_pos = base;
|
file_pos = base;
|
||||||
file_end = file_pos + st.st_size;
|
file_end = file_pos + st.st_size;
|
||||||
while (file_pos < file_end) load_next_resource( spec );
|
while (file_pos < file_end) load_next_resource( spec );
|
||||||
|
close (fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* compare two strings/ids */
|
/* compare two strings/ids */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user