msi: Add a break to a switch statement.

This commit is contained in:
Andrew Talbot 2011-10-06 22:29:42 +01:00 committed by Alexandre Julliard
parent a29f69718b
commit 48a6130279

View file

@ -494,6 +494,7 @@ UINT MSI_RecordGetStringW(MSIRECORD *rec, UINT iField,
case MSIFIELD_NULL:
if( szValue && *pcchValue > 0 )
szValue[0] = 0;
break;
default:
break;
}