winebuild: Added missing close.

This commit is contained in:
Marcus Meissner 2009-08-08 10:53:56 +02:00 committed by Alexandre Julliard
parent b364bc005d
commit 051535961a
1 changed files with 1 additions and 0 deletions

View File

@ -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 */