Commit 958eff8e authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

msi: Remove a break after return (Smatch).

parent 0c5f8304
...@@ -205,7 +205,6 @@ static UINT parse_column(MSIWHEREVIEW *wv, union ext_column *column, ...@@ -205,7 +205,6 @@ static UINT parse_column(MSIWHEREVIEW *wv, union ext_column *column,
column->parsed.column = i; column->parsed.column = i;
column->parsed.table = table; column->parsed.table = table;
return ERROR_SUCCESS; return ERROR_SUCCESS;
break;
} }
} }
while ((table = table->next)); while ((table = table->next));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment