Michael Stefaniuc : msi: Remove a break after return (Smatch).
Module: wine Branch: master Commit: 958eff8e94525ea3717f71c6ea822894f2de12a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=958eff8e94525ea3717f71c6ea... Author: Michael Stefaniuc <mstefani(a)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));
participants (1)
-
Alexandre Julliard