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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaf/af_hrtf.c b/libaf/af_hrtf.c
index e89922ab2b..dc7167d8f7 100644
--- a/libaf/af_hrtf.c
+++ b/libaf/af_hrtf.c
@@ -589,7 +589,7 @@ static int allocate(af_hrtf_t *s)
}
/* Allocate memory and set function pointers */
-static int open(af_instance_t* af)
+static int af_open(af_instance_t* af)
{
int i;
af_hrtf_t *s;
@@ -663,5 +663,5 @@ af_info_t af_info_hrtf = {
"ylai",
"",
AF_FLAGS_REENTRANT,
- open
+ af_open
};