0 -> FALSE for clarity

svn path=/trunk/; revision=27424
This commit is contained in:
Ged Murphy 2007-07-06 14:02:37 +00:00
parent 843b40c7ad
commit f0124e6d34

View file

@ -504,7 +504,7 @@ GetServiceList(PMAIN_WND_INFO Info)
0, &BytesNeeded, 0, &BytesNeeded,
&NumServices, &NumServices,
&ResumeHandle, &ResumeHandle,
0) == 0) 0) == FALSE)
{ {
/* Call function again if required size was returned */ /* Call function again if required size was returned */
if (GetLastError() == ERROR_MORE_DATA) if (GetLastError() == ERROR_MORE_DATA)
@ -527,7 +527,7 @@ GetServiceList(PMAIN_WND_INFO Info)
&BytesNeeded, &BytesNeeded,
&NumServices, &NumServices,
&ResumeHandle, &ResumeHandle,
0) == 0) 0) == FALSE)
{ {
HeapFree(ProcessHeap, HeapFree(ProcessHeap,
0, 0,