[vlc-commits] commit: Cosmetic fix ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sun Aug 1 12:52:08 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 1 13:50:53 2010 +0300| [d2c08b113d4c74f3a38b7fdf939cb07004b02957] | committer: Rémi Denis-Courmont
Cosmetic fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2c08b113d4c74f3a38b7fdf939cb07004b02957
---
bin/vlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/vlc.c b/bin/vlc.c
index c8a05ba..25fcf51 100644
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -203,7 +203,7 @@ int main( int i_argc, const char *ppsz_argv[] )
if (vlc == NULL)
goto out;
- libvlc_set_user_agent (vlc, "VLC media player", NULL);
+ libvlc_set_user_agent (vlc, "VLC media player", NULL);
#if !defined (HAVE_MAEMO) && !defined __APPLE__
libvlc_add_intf (vlc, "globalhotkeys,none");
More information about the vlc-commits
mailing list