msi: Add a break to a switch statement.
This commit is contained in:
parent
a29f69718b
commit
48a6130279
|
@ -494,6 +494,7 @@ UINT MSI_RecordGetStringW(MSIRECORD *rec, UINT iField,
|
|||
case MSIFIELD_NULL:
|
||||
if( szValue && *pcchValue > 0 )
|
||||
szValue[0] = 0;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue