msxml3: Add a break to a switch statement.

This commit is contained in:
Andrew Talbot 2011-10-08 17:51:38 +01:00 committed by Alexandre Julliard
parent 9751a946e3
commit 708f3a3fef
1 changed files with 1 additions and 0 deletions

View File

@ -1958,6 +1958,7 @@ static HRESULT WINAPI domdoc_createNode(
case NODE_ENTITY_REFERENCE:
case NODE_PROCESSING_INSTRUCTION:
if (!name || *name == 0) return E_FAIL;
break;
default:
break;
}