d3dcompiler_43: Avoid an unintended fall-through.

This commit is contained in:
Amine Khaldi 2011-02-23 18:05:12 +01:00 committed by Alexandre Julliard
parent 4b7795a943
commit b6990fa77a
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ static const char *get_regname(const struct shader_reg *reg)
{
case 0: return "vPos";
case 1: return "vFace";
case 2: return "unexpected misctype";
default: return "unexpected misctype";
}
case BWRITERSPR_LABEL:
return wine_dbg_sprintf("l%u", reg->regnum);