Signed-off-by: Sven Baars sbaars@codeweavers.com --- dlls/gdi32/opentype.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/gdi32/opentype.c b/dlls/gdi32/opentype.c index 67af44dfe91..5a22f61cbd3 100644 --- a/dlls/gdi32/opentype.c +++ b/dlls/gdi32/opentype.c @@ -555,6 +555,7 @@ static LANGID get_name_record_langid( enum OPENTYPE_PLATFORM_ID platform, USHORT default: break; } + break; default: FIXME( "unknown platform %d\n", platform ); break;