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