[PATCH] comctl32/combo: Fix misleading indentation

Fabian Maurer dark.shadow4 at web.de
Tue Mar 12 13:02:31 CDT 2019


Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 dlls/comctl32/combo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/combo.c b/dlls/comctl32/combo.c
index 12ea7bbff6..8a533e65b1 100644
--- a/dlls/comctl32/combo.c
+++ b/dlls/comctl32/combo.c
@@ -1020,7 +1020,7 @@ static void CBDropDown( LPHEADCOMBO lphc )
         else
         {
             if (nItems > lphc->visibleItems)
-            nItems = lphc->visibleItems;
+                nItems = lphc->visibleItems;
             nDroppedHeight = nItems * nIHeight + COMBO_YBORDERSIZE();
         }
    }
--
2.21.0




More information about the wine-devel mailing list