summaryrefslogtreecommitdiffstats
path: root/libaf/af_hrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_hrtf.c')
-rw-r--r--libaf/af_hrtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_hrtf.c b/libaf/af_hrtf.c
index 1aab8adcf6..0dc408ab63 100644
--- a/libaf/af_hrtf.c
+++ b/libaf/af_hrtf.c
@@ -660,7 +660,7 @@ static int af_open(af_instance_t* af)
}
/* Description of this filter */
-af_info_t af_info_hrtf = {
+struct af_info af_info_hrtf = {
"HRTF Headphone",
"hrtf",
"ylai",