[vlc-devel] commit: Typo (Christophe Mutricy )
git version control
git at videolan.org
Mon Jan 19 23:57:59 CET 2009
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Mon Jan 19 22:52:18 2009 +0000| [32e3f4a21c0909c04c99f66765003876d8263fad] | committer: Christophe Mutricy
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32e3f4a21c0909c04c99f66765003876d8263fad
---
modules/gui/skins2/src/skin_main.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/skins2/src/skin_main.cpp b/modules/gui/skins2/src/skin_main.cpp
index 1a08d1b..1aeb5fa 100644
--- a/modules/gui/skins2/src/skin_main.cpp
+++ b/modules/gui/skins2/src/skin_main.cpp
@@ -82,7 +82,7 @@ static struct
{
intf_thread_t *intf;
vlc_mutex_t mutex;
-} skin_load = { NULL, VLC_STATIC_MUTEX, };
+} skin_load = { NULL, VLC_STATIC_MUTEX };
//---------------------------------------------------------------------------
// Open: initialize interface
More information about the vlc-devel
mailing list