]> git.sesse.net Git - vlc/blobdiff - plugins/arts/arts.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / arts / arts.c
index fd995d9275ec98c297bbb26e8088ab08e8cf30f6..42eba24b3a10cfb3ea200d0e4bf6aafc0523f696 100644 (file)
@@ -40,7 +40,7 @@
  * This structure is part of the audio output thread descriptor.
  * It describes some arts specific variables.
  *****************************************************************************/
-struct aout_sys_s
+struct aout_sys_t
 {
     arts_stream_t stream;
 };