msi: Remove a break after return. (Smatch)

Michael Stefaniuc mstefani at redhat.de
Mon Oct 10 17:00:09 CDT 2011


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

diff --git a/dlls/msi/where.c b/dlls/msi/where.c
index e70a8bc..2d9241f 100644
--- a/dlls/msi/where.c
+++ b/dlls/msi/where.c
@@ -205,7 +205,6 @@ static UINT parse_column(MSIWHEREVIEW *wv, union ext_column *column,
             column->parsed.column = i;
             column->parsed.table = table;
             return ERROR_SUCCESS;
-            break;
         }
     }
     while ((table = table->next));
-- 
1.7.6.4



More information about the wine-patches mailing list