]> git.sesse.net Git - vlc/blobdiff - plugins/beos/aout_beos.cpp
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / beos / aout_beos.cpp
index ffe5dc657ba7c51e48946650bfbaaf9c5fc2870b..3fdfa9d811849972cbb3fbe444106d4dee2cd15f 100644 (file)
@@ -2,7 +2,7 @@
  * aout_beos.cpp: BeOS audio output
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: aout_beos.cpp,v 1.24 2002/06/01 12:31:58 sam Exp $
+ * $Id: aout_beos.cpp,v 1.25 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -49,7 +49,7 @@ extern "C"
  * This structure is part of the audio output thread descriptor.
  * It describes some BeOS specific variables.
  *****************************************************************************/
-struct aout_sys_s
+struct aout_sys_t
 {
     BPushGameSound * p_sound;
     gs_audio_format * p_format;