# HG changeset patch
# User diego
# Date 1274984104 0
# Node ID 986892228d92734c999052b39e9f58f179161ac0
# Parent  9175a9a22051ea9ed62d772f7d2165e148c74cab
Drop pointless _s suffix from struct ao_data.

diff -r 9175a9a22051 -r 986892228d92 libao2/audio_out.h
--- 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;