diff --git a/libavfilter/asrc_flite.c b/libavfilter/asrc_flite.c index e3065cff79..1478cc07fa 100644 --- a/libavfilter/asrc_flite.c +++ b/libavfilter/asrc_flite.c @@ -81,7 +81,7 @@ struct voice_entry { void (*unregister_fn)(cst_voice *); cst_voice *voice; unsigned usage_count; -} voice_entry; +}; #define MAKE_VOICE_STRUCTURE(voice_name) { \ .name = #voice_name, \