setupapi: Fix a compiler warning.

This commit is contained in:
Alexandre Julliard 2009-09-02 11:52:57 +02:00
parent 17afb0ddd4
commit 838823b008
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ static void *load_fake_dll( const WCHAR *name, unsigned int *size, void *buf, un
ptr = prepend( ptr, path, strlen(path) );
if ((fd = open( ptr, O_RDONLY | O_BINARY )) != -1) goto found;
}
goto done;
found:
if (!fstat( fd, &st ))