summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af.h')
-rw-r--r--libaf/af.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af.h b/libaf/af.h
index dfa9cfdea5..8404e24848 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -90,7 +90,7 @@ typedef struct af_cfg_s{
}af_cfg_t;
// Current audio stream
-typedef struct af_stream_s
+typedef struct af_stream
{
// The first and last filter in the list
af_instance_t* first;