msi: Remove a break after return (Smatch).
This commit is contained in:
parent
0c5f83040a
commit
958eff8e94
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue