From 0c6b8880ce3e3e3b149e26910e8c0678683a173d Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 3 Apr 2010 07:12:32 +0000 Subject: Indentation fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30988 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/gl_common.c') 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) -- cgit v1.2.3