Commit 9cd65680 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

gdi32: Add a missing break (Coverity).

parent 265a32aa
......@@ -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;
......
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