kernel32: Initialize owner_exists (Coverity).

This commit is contained in:
Marcus Meissner 2007-02-01 17:02:38 +01:00 committed by Alexandre Julliard
parent 1fc5160ce8
commit 67b6044de7
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,7 @@ static HINSTANCE16 MODULE_LoadModule16( LPCSTR libname, BOOL implicit, BOOL lib_
const char *file_name = NULL;
char dllname[20], owner[20], *p;
const char *basename;
int owner_exists;
int owner_exists = FALSE;
/* strip path information */