changeset 30946:82a429bcf680

Indentation fix.
author reimar
date Sat, 03 Apr 2010 07:12:32 +0000
parents 55917a674d7d
children 458dbda20fa3
files libvo/gl_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.c	Sat Apr 03 07:08:07 2010 +0000
+++ b/libvo/gl_common.c	Sat Apr 03 07:12:32 2010 +0000
@@ -1702,7 +1702,7 @@
     if (*vinfo)
       XFree(*vinfo);
     *vinfo = new_vinfo;
-      getProcAddress = getdladdr("glXGetProcAddress");
+    getProcAddress = getdladdr("glXGetProcAddress");
     if (!getProcAddress)
       getProcAddress = getdladdr("glXGetProcAddressARB");
     if (!getProcAddress)