Michael Stefaniuc : msi: Remove a break after return (Smatch).

Alexandre Julliard julliard at winehq.org
Tue Oct 11 14:03:38 CDT 2011


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Oct 11 00:00:09 2011 +0200

msi: Remove a break after return (Smatch).

---

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




More information about the wine-cvs mailing list