[vlc-commits] msw: cosmetic

Rémi Denis-Courmont git at videolan.org
Thu Oct 16 19:25:56 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct  9 22:52:34 2014 +0300| [fb255910e0fec094d49d2118efbeb6b15cacd01c] | committer: Rémi Denis-Courmont

msw: cosmetic

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb255910e0fec094d49d2118efbeb6b15cacd01c
---

 modules/video_output/msw/events.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/msw/events.c b/modules/video_output/msw/events.c
index 8fc8021..19bd661 100644
--- a/modules/video_output/msw/events.c
+++ b/modules/video_output/msw/events.c
@@ -791,7 +791,7 @@ static int Win32VoutCreateWindow( event_thread_t *p_event )
     p_event->hwnd =
         CreateWindowEx( WS_EX_NOPARENTNOTIFY | i_stylex,
                     p_event->class_main,             /* name of window class */
-                    _T(VOUT_TITLE) _T(" (VLC Video Output)"),  /* window title */
+                    _T(VOUT_TITLE) _T(" (VLC Video Output)"),/* window title */
                     i_style,                                 /* window style */
                     (!p_event->x) ? (UINT)CW_USEDEFAULT :
                         (UINT)p_event->x,            /* default X coordinate */



More information about the vlc-commits mailing list