Commit 838823b0 authored by Alexandre Julliard's avatar Alexandre Julliard

setupapi: Fix a compiler warning.

parent 17afb0dd
......@@ -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 ))
......
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