Amine Khaldi : riched20: Add a missing break.

Alexandre Julliard julliard at winehq.org
Wed Feb 23 13:01:55 CST 2011


Module: wine
Branch: master
Commit: 4b7795a943a868dab5c4a9a3a86d5ec665618351
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4b7795a943a868dab5c4a9a3a86d5ec665618351

Author: Amine Khaldi <amine.khaldi at reactos.org>
Date:   Wed Feb 23 10:32:03 2011 +0100

riched20: Add a missing break.

---

 dlls/riched20/editor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c
index aace0ea..3c409e4 100644
--- a/dlls/riched20/editor.c
+++ b/dlls/riched20/editor.c
@@ -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;




More information about the wine-cvs mailing list