Commit 4b7795a9 authored by Amine Khaldi's avatar Amine Khaldi Committed by Alexandre Julliard

riched20: Add a missing break.

parent a16b51c6
......@@ -664,6 +664,7 @@ void ME_RTFParAttrHook(RTF_Info *info)
fmt.dyLineSpacing = info->rtfParam;
fmt.bLineSpacingRule = 4;
}
break;
case rtfSpaceMultiply:
fmt.dwMask = PFM_LINESPACING;
fmt.dyLineSpacing = info->rtfParam * 20;
......
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