Commit 48a61302 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msi: Add a break to a switch statement.

parent a29f6971
......@@ -494,6 +494,7 @@ UINT MSI_RecordGetStringW(MSIRECORD *rec, UINT iField,
case MSIFIELD_NULL:
if( szValue && *pcchValue > 0 )
szValue[0] = 0;
break;
default:
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