From 596e12fcb26e3bad65e91e635796a3bbf051a719 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 1 Nov 2012 12:20:35 +0100 Subject: audio: untypedef af_info --- libaf/af_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af_format.c') diff --git a/libaf/af_format.c b/libaf/af_format.c index a9d1fe6c88..908861df98 100644 --- a/libaf/af_format.c +++ b/libaf/af_format.c @@ -325,7 +325,7 @@ static int af_open(af_instance_t* af){ } // Description of this filter -af_info_t af_info_format = { +struct af_info af_info_format = { "Sample format conversion", "format", "Anders", -- cgit v1.2.3