Commit c5c4e833 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

devenum: Avoid the comma operator.

parent be74418c
......@@ -186,7 +186,7 @@ static HRESULT WINAPI property_bag_Read(IPropertyBag *iface,
reg_pins[1].nMediaTypes = output_count;
reg_pins[1].lpMediaType = reg_types + count;
reg_filter.dwVersion = 2;
reg_filter.dwMerit = MERIT_NORMAL + 0x800,
reg_filter.dwMerit = MERIT_NORMAL + 0x800;
reg_filter.cPins2 = 2;
reg_filter.rgPins2 = reg_pins;
......
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