Added missing goto in switch statement.
This commit is contained in:
parent
087a397bcf
commit
a1f092a1d3
|
@ -773,6 +773,7 @@ WORD WINAPI GetClassWord( HWND hwnd, INT offset )
|
|||
case GCW_CBCLSEXTRA:
|
||||
case GCW_HMODULE:
|
||||
retvalue = (WORD)GetClassLongA( hwnd, offset );
|
||||
goto END;
|
||||
}
|
||||
|
||||
WARN("Invalid offset %d\n", offset);
|
||||
|
|
Loading…
Reference in New Issue