[MPlayer-cvslog] r30988 - trunk/libvo/gl_common.c

reimar subversion at mplayerhq.hu
Sat Apr 3 09:12:32 CEST 2010


Author: reimar
Date: Sat Apr  3 09:12:32 2010
New Revision: 30988

Log:
Indentation fix.

Modified:
   trunk/libvo/gl_common.c

Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	Sat Apr  3 09:08:07 2010	(r30987)
+++ trunk/libvo/gl_common.c	Sat Apr  3 09:12:32 2010	(r30988)
@@ -1702,7 +1702,7 @@ static int setGlWindow_x11(MPGLContext *
     if (*vinfo)
       XFree(*vinfo);
     *vinfo = new_vinfo;
-      getProcAddress = getdladdr("glXGetProcAddress");
+    getProcAddress = getdladdr("glXGetProcAddress");
     if (!getProcAddress)
       getProcAddress = getdladdr("glXGetProcAddressARB");
     if (!getProcAddress)


More information about the MPlayer-cvslog mailing list