fixed uninitialized variable warning
Modified: trunk/reactos/subsys/system/gettype/gettype.c
--- trunk/reactos/subsys/system/gettype/gettype.c 2005-10-30 10:43:03 UTC (rev 18876) +++ trunk/reactos/subsys/system/gettype/gettype.c 2005-10-30 10:49:55 UTC (rev 18877) @@ -108,7 +108,7 @@
} int main (int argc, char *argv[]) {
- DWORD Operations;
+ DWORD Operations = 0;
INT i = 0; OSVERSIONINFOEX osvi;