summaryrefslogtreecommitdiffstats
path: root/libaf/af_sweep.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_sweep.c')
-rw-r--r--libaf/af_sweep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_sweep.c b/libaf/af_sweep.c
index f61e846619..c02be5075c 100644
--- a/libaf/af_sweep.c
+++ b/libaf/af_sweep.c
@@ -93,7 +93,7 @@ static int af_open(af_instance_t* af){
return AF_OK;
}
-af_info_t af_info_sweep = {
+struct af_info af_info_sweep = {
"sine sweep",
"sweep",
"Michael Niedermayer",