Commit faf50715 authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

widl: Remove an unnecessary assignment in write_pointers.

parent bf3849ad
...@@ -728,8 +728,7 @@ static int write_pointers(FILE *file, const attr_list_t *attrs, ...@@ -728,8 +728,7 @@ static int write_pointers(FILE *file, const attr_list_t *attrs,
} }
else else
{ {
pointers_written = write_pointers(file, attrs, type->ref, array, write_pointers(file, attrs, type->ref, array, level + 1, typestring_offset);
level + 1, typestring_offset);
if (1 < level) if (1 < level)
{ {
......
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