changeset 31178:986892228d92

Drop pointless _s suffix from struct ao_data.
author diego
date Thu, 27 May 2010 18:15:04 +0000
parents 9175a9a22051
children de190efe4da3
files libao2/audio_out.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/audio_out.h	Thu May 27 16:46:47 2010 +0000
+++ b/libao2/audio_out.h	Thu May 27 18:15:04 2010 +0000
@@ -47,8 +47,7 @@
 } ao_functions_t;
 
 /* global data used by mplayer and plugins */
-typedef struct ao_data_s
-{
+typedef struct ao_data {
   int samplerate;
   int channels;
   int format;