[vlc-devel] commit: vout_macosx: Fix a typo. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Dec 24 18:25:47 CET 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Dec 24 18:24:27 2009 +0100| [f54df2932cae8cd2f467f3fdc7e7c8ca15314420] | committer: Pierre d'Herbemont 

vout_macosx: Fix a typo.

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

 modules/video_output/macosx.m |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index 67fcb4e..12812ed 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -340,7 +340,8 @@ static void OpenglSwap(vout_opengl_t *gl)
      Conceptual/OpenGL/chap5/chapter_5_section_44.html */
     GLint params[] = { 1 };
     CGLSetParameter([[self openGLContext] CGLContextObj], kCGLCPSwapInterval, params);
-    
+
+    return self;
 }
 
 /**




More information about the vlc-devel mailing list