mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=18877
This commit is contained in:
parent
ef1dfc9985
commit
5dcda5f7c1
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void GetBasicInfo(OSVERSIONINFOEX osvi, char * HostName, char * OSName, char * V
|
|||
}
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
DWORD Operations;
|
||||
DWORD Operations = 0;
|
||||
INT i = 0;
|
||||
OSVERSIONINFOEX osvi;
|
||||
|
||||
|
|
Loading…
Reference in a new issue