msi: Remove a break after return (Smatch).

This commit is contained in:
Michael Stefaniuc 2011-10-11 00:00:09 +02:00 committed by Alexandre Julliard
parent 0c5f83040a
commit 958eff8e94
1 changed files with 0 additions and 1 deletions

View File

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