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_export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af_export.c') diff --git a/libaf/af_export.c b/libaf/af_export.c index 0239791905..110c46eb66 100644 --- a/libaf/af_export.c +++ b/libaf/af_export.c @@ -263,7 +263,7 @@ static int af_open( af_instance_t* af ) } // Description of this filter -af_info_t af_info_export = { +struct af_info af_info_export = { "Sound export filter", "export", "Anders; Gustavo Sverzut Barbieri ", -- cgit v1.2.3