Commit 05153596 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winebuild: Added missing close.

parent b364bc00
......@@ -184,6 +184,7 @@ void load_res16_file( const char *name, DLLSPEC *spec )
file_pos = base;
file_end = file_pos + st.st_size;
while (file_pos < file_end) load_next_resource( spec );
close (fd);
}
/* compare two strings/ids */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment