diff libaf/af.h @ 31180:0d18ce469b67

Drop pointless _s suffix from 'struct af_stream'.
author diego
date Thu, 27 May 2010 20:59:40 +0000
parents e75026202313
children 12db4ae0b3d1
line wrap: on
line diff
--- a/libaf/af.h	Thu May 27 20:38:25 2010 +0000
+++ b/libaf/af.h	Thu May 27 20:59:40 2010 +0000
@@ -106,7 +106,7 @@
 }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;