widl: write_array_element_type shouldn't return a value.

This commit is contained in:
Austin English 2012-12-19 14:55:46 -06:00 committed by Alexandre Julliard
parent 5188f08bf4
commit 554a2ccb11
1 changed files with 1 additions and 1 deletions

View File

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