]> git.sesse.net Git - vlc/blobdiff - plugins/esd/esd.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / esd / esd.c
index d0a8982194cd737ced9dc9fc67b34fc512f00f2e..12e77f3f796c7d4327d786cd5c7e49a5c952f16a 100644 (file)
@@ -2,7 +2,7 @@
  * esd.c : EsounD module
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: esd.c,v 1.15 2002/06/01 12:31:59 sam Exp $
+ * $Id: esd.c,v 1.16 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -41,7 +41,7 @@
  * This structure is part of the audio output thread descriptor.
  * It describes some esd specific variables.
  *****************************************************************************/
-struct aout_sys_s
+struct aout_sys_t
 {
     esd_format_t esd_format;
     int          i_fd;