riched20: Add a missing break.

This commit is contained in:
Amine Khaldi 2011-02-23 10:32:03 +01:00 committed by Alexandre Julliard
parent a16b51c62c
commit 4b7795a943
1 changed files with 1 additions and 0 deletions

View File

@ -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;