mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
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_CBCLSEXTRA:
|
||||||
case GCW_HMODULE:
|
case GCW_HMODULE:
|
||||||
retvalue = (WORD)GetClassLongA( hwnd, offset );
|
retvalue = (WORD)GetClassLongA( hwnd, offset );
|
||||||
|
goto END;
|
||||||
}
|
}
|
||||||
|
|
||||||
WARN("Invalid offset %d\n", offset);
|
WARN("Invalid offset %d\n", offset);
|
||||||
|
Loading…
Reference in New Issue
Block a user