[vlc-commits] xcb: fix module name
    Rémi Denis-Courmont 
    git at videolan.org
       
    Fri May 18 08:22:03 CEST 2018
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu May 17 20:59:25 2018 +0300| [a9476564afbb66e3ef28e6a8e398fe36819e5ef8] | committer: Rémi Denis-Courmont
xcb: fix module name
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9476564afbb66e3ef28e6a8e398fe36819e5ef8
---
 modules/video_output/xcb/events.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/xcb/events.c b/modules/video_output/xcb/events.c
index 8584bf2fe2..16ff8cbaee 100644
--- a/modules/video_output/xcb/events.c
+++ b/modules/video_output/xcb/events.c
@@ -34,7 +34,7 @@
 
 #include "events.h"
 
-const char vlc_module_name[] = "vlcpulse";
+const char vlc_module_name[] = "xcb";
 
 #pragma GCC visibility push(default)
 
    
    
More information about the vlc-commits
mailing list