J
Jim McGivney
Why is this a "possible mistaken empty statement" ?
Color Kolor = MyBMP.GetPixel(j, k);
Color TheColor = Color.FromArgb(255,255,0,128);
if (Kolor == TheColor); // This is the statement
flagged as possible mistaken empty statement
{
Kount++;
}
Thanks in advance for your help.
Jim
Color Kolor = MyBMP.GetPixel(j, k);
Color TheColor = Color.FromArgb(255,255,0,128);
if (Kolor == TheColor); // This is the statement
flagged as possible mistaken empty statement
{
Kount++;
}
Thanks in advance for your help.
Jim