]> git.sesse.net Git - vlc/blobdiff - plugins/qnx/aout_qnx.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / qnx / aout_qnx.c
index 13c9fce064a8259065c3a87aaa6ce919dd850b72..04a98297e7fcf8c45b92a97d784b90fa8bd2fa8c 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <sys/asoundlib.h>
 
-struct aout_sys_s
+struct aout_sys_t
 {
     snd_pcm_t  * p_pcm_handle;
     int          i_card;