Commit a1f092a1 authored by Phillip Ezolt's avatar Phillip Ezolt Committed by Alexandre Julliard

Added missing goto in switch statement.

parent 087a397b
......@@ -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);
......
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