Commit 554a2ccb authored by Austin English's avatar Austin English Committed by Alexandre Julliard

widl: write_array_element_type shouldn't return a value.

parent 5188f08b
......@@ -2343,7 +2343,7 @@ static void write_array_element_type(FILE *file, const type_t *type,
return;
}
}
return write_member_type(file, type, cont_is_complex, NULL, elem, NULL, tfsoff);
write_member_type(file, type, cont_is_complex, NULL, elem, NULL, tfsoff);
}
static void write_end(FILE *file, unsigned int *tfsoff)
......
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