[PATCH] joy.cpl: added missing break; (Coverity)

Marcus Meissner meissner at suse.de
Mon Sep 3 12:23:07 CDT 2012


CID718715

Ciao, Marcus
---
 dlls/joy.cpl/main.c |    1 +
 1 Datei geändert, 1 Zeile hinzugefügt(+)

diff --git a/dlls/joy.cpl/main.c b/dlls/joy.cpl/main.c
index e72f93d..dec83ff 100644
--- a/dlls/joy.cpl/main.c
+++ b/dlls/joy.cpl/main.c
@@ -310,6 +310,7 @@ static INT_PTR CALLBACK list_dlgproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM
                         initialize_disabled_joysticks_list(hwnd);
                     }
                 }
+                break;
 
                 case IDC_JOYSTICKLIST:
                     EnableWindow(GetDlgItem(hwnd, IDC_BUTTONENABLE), FALSE);
-- 
1.7.10.4




More information about the wine-patches mailing list