vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Jun 7 21:14:42 2016 +0300| [0f1efef2f91d12003df5276673c8b7d8444af0f7] | committer: Rémi Denis-Courmont
oss: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f1efef2f91d12003df5276673c8b7d8444af0f7 --- modules/access/oss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/oss.c b/modules/access/oss.c index 04a0bd3..0a7581b 100644 --- a/modules/access/oss.c +++ b/modules/access/oss.c @@ -441,6 +441,6 @@ static bool ProbeAudioDevOss( demux_t *p_demux, const char *psz_device ) open_failed: if( i_fd >= 0 ) - vöc_close( i_fd ); + vlc_close( i_fd ); return false; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
