Commit e17af808 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

user32: Remove unreachable code: break after return (Smatch).

parent 9ee5f265
...@@ -1630,7 +1630,6 @@ static BOOL bitmap_has_alpha_channel( int bpp, unsigned char *bitmapBits, ...@@ -1630,7 +1630,6 @@ static BOOL bitmap_has_alpha_channel( int bpp, unsigned char *bitmapBits,
if(bitmapBits[offset] != 0) if(bitmapBits[offset] != 0)
{ {
return TRUE; return TRUE;
break;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment