summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-03 07:12:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-03 07:12:32 +0000
commit0c6b8880ce3e3e3b149e26910e8c0678683a173d (patch)
treeccd1991af9487672181222905befcce18b44ecee /libvo
parent2cebf8eeb75d5e7b1c430147228995ad1e89fefe (diff)
downloadmpv-0c6b8880ce3e3e3b149e26910e8c0678683a173d.tar.bz2
mpv-0c6b8880ce3e3e3b149e26910e8c0678683a173d.tar.xz
Indentation fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30988 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index 4933f87a3e..c6cb4782b5 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -1702,7 +1702,7 @@ static int setGlWindow_x11(MPGLContext *ctx)
if (*vinfo)
XFree(*vinfo);
*vinfo = new_vinfo;
- getProcAddress = getdladdr("glXGetProcAddress");
+ getProcAddress = getdladdr("glXGetProcAddress");
if (!getProcAddress)
getProcAddress = getdladdr("glXGetProcAddressARB");
if (!getProcAddress)